Y
Hacker News
new
|
ask
|
show
|
jobs
by
Operyl
257 days ago
Off the top of your head do you know of any file transfer tools that do utilize multiple streams?
2 comments
nh2
256 days ago
Yes, I wrote down some that do and don't support it here:
https://github.com/libfuse/sshfs/issues/300
link
bravetraveler
257 days ago
I tend to use
'rclone'
, does SSH/more. The
'--transfers'
arg is useful for handling several files, lol. One, if I recall correctly, isn't parallelized.
link
https://github.com/libfuse/sshfs/issues/300