I'm looking for a way to sync a local folder with a remote folder that is only accessible with FTP.
Is this possible in Perl or is it possible by calling a System-command in Perl ?
I'm in a Windows 2008 environment so no Linux applications possible
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You could roll your own using Net::FTP but helping you with that would require code from you. You could compile sitecopy using Cygwin. It works. But, I would first go ask at ServerFault before committing to either course of action. | |||
|
feedback
|
|
If you are on a *nix system I suggest RSYNC. But as you require a Windows solution try DeltaCopy.
| |||
|
feedback
|