+1 for rsync
WinSCP is awesome!
WinSCP is awesome!
I've been having a lot of problems with latest WinSCP and synchronization, namely periodically Invalid Memory Access, and now some Invalid Pointers too.
Never mentioned so far, but:
rsync does checksum src and dst files in multiple chunks to verify if they are different. It's kind of a speeded up, distributed binary comparison. This is by far a more reliable procedure than comparing modification dates and size etc. of the files which is - at least for me - too error-prone.
Thus, GREAT that you have rsync feature on the todo list - nothing else expected from the builders of such a great tool :wink: