Skip to content

Instantly share code, notes, and snippets.

@jerkovicl
Forked from nwgat/choco.mirrorfrom.lftp
Created August 4, 2016 14:20
Show Gist options
  • Save jerkovicl/caac6499b0fdbf87ccdb1707552f7d87 to your computer and use it in GitHub Desktop.
Save jerkovicl/caac6499b0fdbf87ccdb1707552f7d87 to your computer and use it in GitHub Desktop.
choco.mirrorfrom.lftp
set sftp:auto-confirm yes
set sftp:connect-program 'ssh'
open sftp://user:password@site:port
mirror --verbose --use-pget-n=8 -c /remote/path /cygdrive/driveletter/folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment