Rsync – Basic usage
For Windows
Using Cygwin, sync a remote directory to the local system
rsync -avz -e "ssh -p 6395" [email protected]:/home/user/public_html/wp-content/uploads/* public_html/wp-content/uploads
Using Cygwin, sync a remote directory to the local system
rsync -avz -e "ssh -p 6395" [email protected]:/home/user/public_html/wp-content/uploads/* public_html/wp-content/uploads