I have this code,

vGet = ftp_get_list(ww, usr, pw , ad + chr(47)+"*.jpg" , .T.)


for each foo in vGet
ftp_get_file(ww, usr,pw ,ad + chr(47) +foo.value,a5.get_path()+"\Pict"+chr(92)+foo.value)
next

It works very well.
The way it works now, it opens the website for each image.
I wonder if there is a faster way to download files, as it takes a while depending in the provider/internet speed and the PC.

Thanks