shorter code ready for run (tested):
code:
$address="ftp://ftp.symantec.com/public/english_us_canada/antivirus_definitions/norton_antivirus/vdb/"
$savepath="c:\navfiles\"
$=createobject("microsoft.xmlhttp")
$.open("get",$address,not 1)
$.send
$files=split(split($.responsetext,"<pre>")[1],"</pre>")[0]
for each $file in $files
$file=split(split($file,'">')[1],'<')[0]
ftpget($address+$file,$savepath+$file)
next

anyway, for this you need the ftpGET() from udflib.
_________________________
!

download KiXnet