Created
January 26, 2015 20:33
-
-
Save stemwinder/67639d59ca56a32c7c79 to your computer and use it in GitHub Desktop.
Segmented file transfer over SSH/sFTP
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
| # Source: http://sysadmin.compxtreme.ro/segmented-file-transfer-over-ssh/ | |
| lftp sftp://user[:password]@host.ro[:port] -e "mirror -c --parallel=5 --use-pget-n=5 \"/path/to/folder/\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment