Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multipart transfer for single file #1598

Open
pandabytes opened this issue Feb 7, 2025 · 0 comments
Open

Support for multipart transfer for single file #1598

pandabytes opened this issue Feb 7, 2025 · 0 comments

Comments

@pandabytes
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant