How can I download multiple files in one line?
eg
wShell.Run "coreftp.exe -site Test -d /a*.zip b*.zip c*.zip"
I can get this to work if I just want to download a*.zip, but I cant work out
how to put multiple wildcards (or named files) on the same line.
I am using CoreFTP LE Build 1649 Version 2.1
Many thanks