hunger / downloader

Simple HTTP/HTTPS file downloader crate.
28 stars 9 forks source link

accelerated downloading #8

Open bobi6666 opened 2 years ago

bobi6666 commented 2 years ago

hello please add a feature that allows me to download 1 or more files at a higher speed

hunger commented 2 years ago

Thank you for taking the time to report your issue!

I do notnexpect I will get round to implement this anytime soon:

I see no easy way to do this with reqwest. It can surely be done (provided the server side actually supports the necessary features!), and I have seen other crates doing this.

bobi6666 commented 2 years ago

I found some crates that support accelerating downloads and reconnect if the connection is unstable but they were all obsolete and that's why I decided to use your crate, so if you succeed it will be a great add-on if no i still use this crate because it's good