Skip to content

Instantly share code, notes, and snippets.

@mattiaswolff
Created July 27, 2012 11:39
Show Gist options
  • Save mattiaswolff/3187518 to your computer and use it in GitHub Desktop.
Save mattiaswolff/3187518 to your computer and use it in GitHub Desktop.
WinSCP: Download files script file
option batch abort
option confirm off
open [[USERNAME]]:[[PASSWORD]]@[[SERVER]]:[[PORT]]
get ./*.* "[[OUTPUT PATH]]"
rm ./*.*
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment