This free Windows tool will copy all files that have changed since a specific date/time using ssh to another machine. After copying the ‘since-date’ is updated.

I am developing a linux application on some dedicated hardware and I like Windows for editing my sources. The application is build on the linux hardware. I use this tool to copy all changed sources to the linux machine.

 Pro:

The tool is very fast, even with a huge project! I searched on the internet for other tools, but only found some that (like synctoy) always compare both the local and remote folders, this will create huge amounts of network traffic. So I decided I make my own tool.

Contra’s:

This tool will not detect if files have been removed, so that should be done by hand…

It uses the excellent SshNet library for Ssh communication.

Executable:

Sources (C#):

 

19-5-2014, Jochem Bakker