SSH.NET
SSH.NET copied to clipboard
Support for multipart transfer for single file
Hello. Thank you for your effort on this project!
I would like to know if there is any plan to add support for multipart transfer for single file. I have a large file that takes a long time to download, so having the ability to download multiple chunks of that file in parallel would improve the download speed.
This is similar to what WinSCP has already implemented
- https://winscp.net/tracker/513
- https://winscp.net/eng/docs/ui_pref_background
-
Normally, each file is transferred using specific connection. That means that multiple connections are used, when transferring multiple files only. With SFTP, you can even enable use of multiple connections when downloading a single large file by checking Use multiple connections for single file above and specifying a size threshold. You can use
Kunit for kilobytes,Mfor megabytes andGfor gigabytes. Minimum is one kilobyte. This is an experimental feature available in the latest version only. Use with caution.
-