Skip to content

Instantly share code, notes, and snippets.

@jdorfman
Created April 27, 2012 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdorfman/2514336 to your computer and use it in GitHub Desktop.
Save jdorfman/2514336 to your computer and use it in GitHub Desktop.
# transfer large files in half the time with lftp. SCP and Rsync can't touch this.
lftp -e 'pget -n4 sftp://user:passwd@ftp.server.com/tmp/bigfile.tgz'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment