You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: