On Fri, Aug 22, 2008 at 5:16 PM, Didier Juges <[EMAIL PROTECTED]> wrote: > I would have to upgrade to a Business package (instead of the Home package) > to have SSH, which would double the cost. > > I am evaluating FTPSync. It looks like it might do the job, thanks for the > suggestion
Depending on how comfortable you are with scripting, you could just parse the output from "ls -lR" on the ftp server and compare it with a local "ls -lR". If the remote doesn't support "ls -lR", you can automate that yourself. Some ftp clients (like ncftp) are vaguely smart about not transferring duplicate files... -- GDB has a 'break' feature; why doesn't it have 'fix' too? _______________________________________________ time-nuts mailing list -- [email protected] To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there.
