I have been looking for a software like rsync on windows to move files betten servers easily.
Found Unison, it work with windows and linux
Unison is a file synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.
rsync can work on Windows, but you need to install lot of software for emulating linux. I don’t want to install too much software on windows server for this little feature.