Are there any FTP programs which can automatically send the contents of a folder to a remote server?
Posted
by Nick G
on Stack Overflow
See other posts from Stack Overflow
or by Nick G
Published on 2010-03-23T17:36:44Z
Indexed on
2010/04/23
10:43 UTC
Read the original article
Hit count: 161
Are there any FTP programs which can automatically copy (or rather 'move') the contents of a folder to a remote server? I have of course googled this but only really found one or two ancient products which look really clunky and unmaintained. I was wondering if there's a way to do this from the command line or any better solution to the base problem.
In more detail, new files get written to a folder every few hours. These new files need to be FTP'd elsewhere and then deleted. Mirroring or synchonisation systems are probably out of the picture as we need to delete the source files once they've been successfully transferred.
If it's easier, the 'solution' could pull the files off the server (rather than the server pushing them to the client). The computers will both be Windows OS.
© Stack Overflow or respective owner