MoshePupkin has asked for the wisdom of the Perl Monks concerning the following question:

I was looking for a Perl module that can do an FTP sync. The only thing that I found was Net::FTP::Recursive, which however has a few issues: 1. It will fetch everything, including the files that have not changed 2. It does not work with MS Windows FTP server I can probably fix both issues, but I was wondering whether there is a solution which does not require coding. Thanks

Replies are listed 'Best First'.
Re: recursive ftp client
by marto (Cardinal) on Nov 15, 2010 at 17:49 UTC
Re: recursive ftp client
by Anonymous Monk on Nov 15, 2010 at 18:32 UTC
    or maybe Unison (not Perl, but still my favorite cross-platform file synchronizer)
Re: recursive ftp client
by Bor (Beadle) on Nov 16, 2010 at 14:30 UTC
    You can explore realization of FTPSync.pl,
    is a PERL script to synchronize a local directory tree and a remote FTP directory tree.
    http://ossw.ibcl.at/FTPSync/