Any command-line download accelerator/manager recommendations for Ubuntu 11.04? I tried some programs like
- Axel
- wget/curl
I wanted to know if there are any command-line download managers which have a "resume download" feature.
edit
1st download:
axel -a -n 10 http://yui.zenfs.com/theater/f2esummit2011-tso.mp4
Initializing download:
http://yui.zenfs.com/theater/f2esummit2011-tso.mp4 File size:
316943546 bytes Opening output file f2esummit2011-tso.mp4 State file
found: 5412634 bytes downloaded, 311530912 to go. Starting download
Connection 1 unexpectedly closed
] Connection 2 unexpectedly closed
] Connection 9 unexpectedly closed
] Connection 6 unexpectedly closed
] Connection 8 unexpectedly closed
] Connection 3 unexpectedly closed
] Connection 5 unexpectedly closed
] [ 6%] [0 1 2 3 4 5 6 7 8 9 ] [
58.3KB/s] [ 1h22]
This is what I did: I ran two simultaneous downloads. But with Axel, I'm getting the below error: Segmentation Error
2nd download:
axel -v -a -n -10 http://yui.zenfs.com/theater/f2esummit2011-glass.mp4
Initializing download: http://yui.zenfs.com/theater/f2esummit2011-glass.mp4
Segmentation fault
wget
, that is installed by default, has such a feature through the-c
option:Axel mostly worked for me, but I can remember a firfox addon
which serves the purpose in most of the cases without command line. I am not sure about resume download stuff. But if you do not care about multi-connection download you can use Opera browser which has an awesome download manager with some extraordinary resuming capabilities. You can even continue resuming stuff which were half downloaded from other softwares.
try aria2c. It is also supported by the firefox flashgot addon