I've got a program creating zipped DB backups on a remote server and i would like to have my Home Server here automatically go FTP them from there to here at the house
the backup program creates the files like
<database name>YYYYMMDDHHMMSS.zip
and is not adjustable :-(
So i need an FTP client that i can:
- Run as a service
- Go get a file based on a pattern
- Run on a schedule...
Although I assume that the third point isn't as important as i could run the FTP program from Scheduled Tasks
any suggestions?