net-ssh / net-scp

Pure Ruby implementation of the SCP protocol
http://github.com/delano/net-scp
MIT License
152 stars 62 forks source link

parallel partial scp upload ? #32

Open grosser opened 7 years ago

grosser commented 7 years ago

is there an option to make scp upload parallel parts ?

for example for a 100mb file upload 3 33mb parts in parallel ... lftp seems to support that, but using it is not trivial ... (seeing 16min -> 6min upload improvement)