quite often sites limit download speed per ip address or identified user.
Is it possible to use a tool such as wget in order to overcome this limitation?
Ideas would be great.
|
quite often sites limit download speed per ip address or identified user. Is it possible to use a tool such as wget in order to overcome this limitation? Ideas would be great.
| |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
For wget, the option you are looking for is Note that
| |||
|
feedback
|
|
Sometimes it is possible to bypass limitations in the server by opening multiple connections. But these restrictions were probably put there for a reason and by deliberately avoiding them you might be breaking the terms of service for the site. Do this with caution. | |||||
feedback
|
|
Take a look at the JDownloader | |||
|
feedback
|
|
I have successfully used the "axel" package to speed up downloads - it does not use multiple IP's or multiple users, but will open multiple simultaneous download streams. The real question is if you're experiencing slow downloads because of a deliberate configuration/policy choice, or because of a failure to optimize the delivery system(s) for maximum speed. If it's the former, you probably won't be successful in evading the restrictions over the long term. If it's the latter, sometimes you can make up for the site admins' shortcomings. | |||
|
feedback
|