Page 1 of 1

Can downloadfile() do ftp mget equivalent.

Posted: Sat Feb 23, 2013 9:03 pm
by JurassicC
Is there a way to do an ftp download of a complete directory using a wildcard (*) or some other way to replicate mget using DownloadFile() ?

Re: Can downloadfile() do ftp mget equivalent.

Posted: Tue Feb 26, 2013 6:15 pm
by airsoftsoftwair
No, that's not possible. To download all files you have to do the communication with the FTP server on your own using the commands OpenConnection() et al. Ask PEB (author of Aftp) if you need help :)