You are not logged in.

#1 2011-12-08 01:46:32

keelx
Member
Registered: 2011-12-08
Posts: 4

How to continue a download from where it left off?

Using google chrome, I started a download. It took 2 hours to get to the last minute, and then, at that last minute it got interrupted. Is there any way I can continue the download starting with what it had already downloaded? Or am I going to have to re-download the entire thing?

Offline

#2 2011-12-08 02:03:40

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: How to continue a download from where it left off?

"wget -c url_leading_to_the_file" run in the directory with the file would resume its download, if the server supports it.

Last edited by lucke (2011-12-08 02:04:03)

Offline

#3 2011-12-08 02:11:45

samuvuo
Member
From: Finland
Registered: 2011-02-20
Posts: 84

Re: How to continue a download from where it left off?

You can use wget to resume the download:

wget -c <url> -O <filename>

To get the URL, right-click the "Retry download" link of the download in chrome://downloads. Filename is name of the file to download + "crdownload", ie. ganttproject-2.0.10.zip.crdownload

Please note that in order for this to work, the server must support resuming downloads.

Last edited by samuvuo (2011-12-08 02:12:58)

Offline

Board footer

Powered by FluxBB