FTP Scheduling

Don
Joined
21 Oct 2002
Posts
46,829
Location
Parts Unknown
Right, I've been asked at work to find something that can send/get files (being able to choose ones modified on current date or date +/- 1 day would be awesome

Suggestions? :)
 
Windows at both ends?

Scripting FTP is possible but it means putting passwords in clear text into the script which isn't the greatest idea the world has ever seen. If you've got the option to use scp (secure copy over ssh) then that's a better bet, you can use public/private key exchange in place of passwords.

Is there a date in the name of the files in question or is this a blanket "get anything new" type idea?
 
that cobian backup looks quite nice, especially v9 (when it's out)

so..

filezilla server vs windows 2003 r2 sp2 IIS ftp?
 
Back
Top Bottom