0
I'm looking for a way to have (S)FTP only copy across a file if it's newer than the one already on the server. Ideally it would spit an error message listing the files that failed (but allow the others).
SSH and SCP aren't available, otherwise I'd script something using those.
Edit: I'm running Ubuntu locally, and I believe the server is also linux-based.
It's too bad that they're not available, because rsync could do this handily. – Ignacio Vazquez-Abrams – 2010-06-15T21:30:23.227
Which OS? etc. etc.. – BloodPhilia – 2010-06-15T21:58:18.600