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

Download heavyweight files with axel, if available #108

Closed
sgtpep opened this issue Dec 27, 2012 · 1 comment · May be fixed by #156
Closed

Download heavyweight files with axel, if available #108

sgtpep opened this issue Dec 27, 2012 · 1 comment · May be fixed by #156
Labels

Comments

@sgtpep
Copy link

sgtpep commented Dec 27, 2012

There is a nice downloader, axel http://packages.debian.org/wheezy/axel. It can significantly increase download speed with multipart downloading (for example, 10 connections axel -n10 -o $path $url).

I modified ievms.sh script a bit to download rar files with it, and so I was able to download them at my maximum speed.

@xdissent
Copy link
Owner

Axel only downloads in parallel if the server supports range requests, which the modern.IE servers do not. Sorry, but thank you for the suggestion!

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

Successfully merging a pull request may close this issue.

2 participants