-
Notifications
You must be signed in to change notification settings - Fork 11
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
[Feature Request] Multi connections download #12
Comments
What do you mean exactly by?
Is it about downloading the same file in parallel starting from different HTTP byte ranges? |
I mean multiple connections to server for downloading file. |
Sorry I am not sure I understand what you mean :) The tool currently enables users to have a given number of concurrent downloads using the option Why is this option not a good fit for what you want? |
Sorry if i didnt explain it well , i mean configuration of connections to server per file , for example with |
Alright, this is what I meant in #12 (comment) from a technical perspective 👍 I took the liberty to change the title of the issue for more clarity. That's a very interesting feature which would require a good chunk of work. |
What tools like aria2 do is configure it as the maximum number of connections per server not just per file. This way if you have 1000+ files from the same server you don't overload it even if you set the number of parts per file to 10. |
It's so much better to start multiple threads to download at the same time, for increasing and boosting download speed and bypass firewall speed limitation.
Specifying the number of connections to one server for each download.
Proposed feature look likes this :
The text was updated successfully, but these errors were encountered: