Search found 2 matches
- Tue Jul 20, 2010 1:24 pm
- Forum: Client - General
- Topic: Use variables as filenames to download files in command line
- Replies: 0
- Views: 4326
Use variables as filenames to download files in command line
I am using CoreFTP Lite Version 2.1 Build 1649. I have created some VBScript to compare the contents of two DIR.OUT files and thus establish which files on the FTP Server are new and therefore need to be downloaded. (rather than downloading all of the files every night) Is it possible, when using th...
- Fri Jul 16, 2010 12:48 pm
- Forum: Client - General
- Topic: download multiple files using wildcards from command line
- Replies: 0
- Views: 4363
download multiple files using wildcards from command line
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 Ver...