Why doesn't pausing and resuming downloads work?

Asked by master5o1

Why doesn't the pause download and resume paused download work? I have tried to download a file and pause, it works. Resume just starts a new download. Any ideas?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu firefox Edit question
Assignee:
No assignee Edit question
Solved by:
master5o1
Solved:
Last query:
Last reply:
Revision history for this message
Dmitry Mityugov (dmitry-mityugov) said :
#1

This may depend on the site you are downloading from. If it does not support download resume, you will not be able to resume your downloads from it, regardless of the browser or download manager used

Revision history for this message
attikon (attikon) said :
#2

That's right. As Dmitry said above, download resume depends on the site and not on your download manager. Although, you may want to use a download manager to make things easier.

Revision history for this message
master5o1 (iam5o1) said :
#3

So it's server dependant. Argh!

-- Know any downloaders for ubuntu that can likely pause/resume a download?

(ie. download = some_linux.iso)

Revision history for this message
Dmitry Mityugov (dmitry-mityugov) said :
#4

I use curl. This is a command-line utility that, well, just suits my needs well :-) I often use it like

curl --connect-timeout 30 --continue-at - --location --remote-time --speed-limit 1024 --speed-time 30 <remote-file-name>

Revision history for this message
attikon (attikon) said :
#5

I think KGet will do the job for you. :-)
http://en.wikipedia.org/wiki/KGet