SSH.NET icon indicating copy to clipboard operation
SSH.NET copied to clipboard

Support for multipart transfer for single file

Open pandabytes opened this issue 8 months ago • 0 comments

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 K unit for kilobytes, M for megabytes and G for gigabytes. Minimum is one kilobyte. This is an experimental feature available in the latest version only. Use with caution.

pandabytes avatar Feb 07 '25 21:02 pandabytes