Can I rsync from Putty on windows to my Cent OS server?
I'm a bit new to the command line and UNIX but am finding it hugely useful. Is it possible for me to rsync from putty on my windows 7 machine to my virtual server?
If not what are my other command line options? I just want to update my cms scripts without having to SFTP into each website account with Filezilla. A nice rsync command would suit me better.
Solution 1:
Cygwin is a way to run a Linux-like environment on window. Among other things it provides a rsync binary.
http://www.cygwin.com/
Solution 2:
Consider using cwRsync, a packaging of rsync for Windows. PuTTY by itself does not provide rsync.