- Jul 4, 2005
- 19
- 0
- 0
I've been unable to find useful help from google searches. I want a script that will login to an ftp and get multiple files, but skip duplicates. It will be logging into a server, and the server will be adding backup files daily, but I don't want to keep copying the same files.
open ftp.ftpsite.com
username
password
binary
mget *.* (OPTIONS to copy all but skip duplicates?)
quit
What would a batch file look like that does this? Thanks!!
open ftp.ftpsite.com
username
password
binary
mget *.* (OPTIONS to copy all but skip duplicates?)
quit
What would a batch file look like that does this? Thanks!!