Skip to content

Instantly share code, notes, and snippets.

@janhebnes
Last active December 16, 2015 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janhebnes/475233d02ea0342808c6 to your computer and use it in GitHub Desktop.
Save janhebnes/475233d02ea0342808c6 to your computer and use it in GitHub Desktop.
WinSCP script for syncronizing remote FTP folder with local folder (example)
"C:\Program Files (x86)\WinSCP\winscp" /console /script="FTPLocalSync.winscp"
# Download only missing files from remote Ftp to local folder
open ftp://username:password@ftp.server.com/
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