FTP multiple files at one time
Moderators: Dorian (MJT support), JRL
FTP multiple files at one time
I am trying to write a script that will log into a remote server and get all files with a similar name (file*.txt). I do not see any code for the mget ftp command only a specific file or directory listing.
We have not implemented an FTP MGet command, only a singular GET command. However, you can do what you want easily by creating an FTP script file for the Windows FTP command line program. You can then invoke this from a script in Macro Scheduler. For more info go to DOS and type FTP -?
MJT Net Support
[email protected]
[email protected]
-
- Automation Wizard
- Posts: 1101
- Joined: Fri Jan 07, 2005 5:55 pm
- Location: Somewhere else on the planet
Windows/DOS FTP doesn't support Passive mode, required by many servers these days. MoviIt Freely http://www.standardnetworks.com/product ... y_number=1 is a free, command line FTP that works very well with Macro Scheduler.