Skip to content

Instantly share code, notes, and snippets.

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