Created
November 12, 2015 15:15
-
-
Save nwgat/4743e0688414e0b3921d to your computer and use it in GitHub Desktop.
choco.mirrorto.lftp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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