Last active
December 16, 2015 15:05
-
-
Save janhebnes/475233d02ea0342808c6 to your computer and use it in GitHub Desktop.
WinSCP script for syncronizing remote FTP folder with local folder (example)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"C:\Program Files (x86)\WinSCP\winscp" /console /script="FTPLocalSync.winscp" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download only missing files from remote Ftp to local folder | |
open ftp://username:[email protected]/ | |
synchronize local "D:\Public\ftp.server.com" / | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment