You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: