Need to find a way to upload files to my server through FTP. But only the ones that have been modified.
Is there a simple way of doing that?
Command line ftp client or scr
Do you really insist on ftp, or can you use rsync instead?
If ftp is required mhenry1384's idea is roughly what rsync does (well half of it anyway, rsync also looks at modification times for files that differ...).