Skip to content

Instantly share code, notes, and snippets.

@nwgat
Last active April 12, 2019 23:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nwgat/528a2cde9e3d62deecdd to your computer and use it in GitHub Desktop.
Save nwgat/528a2cde9e3d62deecdd to your computer and use it in GitHub Desktop.
mirrorto.lftp
set sftp:auto-confirm "yes"
set sftp:connect-program "ssh -v -a -x -i D:\path\to\key"
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