Does Chrome's Download Manager resume downloads if the connection is lost or closed?

21

2

Does Chrome's Download Manager resume downloads if the connection is lost or closed?

SgtOJ

Posted 2010-12-04T11:45:47.613

Reputation: 6 843

Sadly not. You can vote for the bug at https://code.google.com/p/chromium/issues/detail?id=7648 it's one of the most requested features – Colonel Panic – 2015-07-20T16:00:59.747

1I've yet to resume a download, and worse than failing, it reports complete falsely when downloads drop out part way through, meaning I don't know until later when I try and open the file that it hasn't downloaded properly. At that point, resuming is impossible, as is finding the original link to even attempt a second download.

Have yet to see this mystical resuming people are claiming it has. We – None – 2011-03-01T10:06:52.570

2

As of Chrome 23 (Dec 2012), resuming capabilities are shaky. You can, however, easily resume a download using wget. Rename away the .crdownload extension if it exists, then run wget --continue <url>

– Dan Dascalescu – 2012-12-29T09:42:21.447

Answers

9

Internet Download Manager works very well and captures everything in Chrome..

For the record, Chrome's built-in download manager can and will resume downloads.

enter image description here

enter image description here

Sathyajith Bhat

Posted 2010-12-04T11:45:47.613

Reputation: 58 436

1This only works if Chrome doesn't think the download completed and if you still have the download in the bottom bar of the main Chrome window. You cannot resume downloads from inside the Downloads page or anywhere else inside the Chrome interface. So while the answer is technically "yes", the reality is that this "yes" is only applicable in a small set of situations. – music2myear – 2014-11-18T14:35:14.257

1Downvoted for simply being wrong. Google has no interest to fix it even 5 years later. – Lothar – 2015-12-16T17:51:23.107

@ Sathya, Did you see the feature in chrome, pause a youtube video at any point in time, right click on the video and select "Copy video URL at current time", makes a link that loads that video where you paused it. – Moab – 2010-12-04T21:45:03.023

@Moab Yes, I've seen that recently :) – Sathyajith Bhat – 2010-12-04T22:53:59.343

22That screenshot above is of the Resume option that you have after you've paused the download. It should be noted that you do not have that option if chrome crashes or is shut down. You cannot resume those downloads. – matt – 2011-04-02T13:55:28.453

3I was downloading Ubuntu from an FTP mirror. Paused the download, waited a few hours, tried to resume - FAIL. Chrome 23 marked the download as complete. – Dan Dascalescu – 2012-12-29T09:39:02.630

13

Using Chrome 4.0 on Windows XP, I started downloading a large file (1GB.zip), then used TCPView to manually close the connection. When the connection was closed, Chrome considered the download complete, there was no option to resume.

enter image description here

enter image description here

enter image description here

This test assumes that TCPView closing the connection appears the same to Chrome as a typical network problem. I'm not sure of the details to confirm if this is a correct assumtion.

If you have a different version of Chrome or want to test other browsers or programs, you can try using TCPView to test yourself.

Updates:

  • TCPView's Close Connection command seems to only work if you're logged in as an administrator. An alternative way to test is to start the download, then unplug the Ethernet cable from the computer. After a few seconds, Chrome considered the download complete and there was no option to resume.

  • I also tested Chrome 8.0 on Windows XP. Using TCPView to close the connection and unplugging the Ethernet cable for a few seconds both caused Chrome to consider the download complete with no option to resume.

Bavi_H

Posted 2010-12-04T11:45:47.613

Reputation: 6 137

1I tested on Chrome 9 dev ( Win 7), started an Ubuntu ISO download. switched off my Wifi for about a minute, and switched it back on. Chrome was able to resume the download. – Sathyajith Bhat – 2010-12-04T20:49:22.183

I did the same as Sathya (except I didn't switch off my wifi.. if you get my drift) and Chrome was unable to resume the download, simply marking it as complete with no option to resume. Sorry. – Thomas – 2013-11-30T06:02:51.927

6

Moab

Posted 2010-12-04T11:45:47.613

Reputation: 54 203

Downvote for Chrome does not resume downloads - it does ;-) – Sathyajith Bhat – 2010-12-04T17:41:56.353

2If the connection is lost or closed, or if you pause the download? – Moab – 2010-12-04T17:43:38.910

Both ways. @Moab – Sathyajith Bhat – 2010-12-04T18:15:43.903

Is that answer and your second still valid? I believe a lot has changed since 2010. – slhck – 2012-07-20T14:23:16.720

4If the connection is lost, Chrome doesn't resume downloads! – unwichtich – 2014-06-11T09:27:02.027

4

Chrome does have a download manager (chrome://downloads/), if that counts.

However the resuming (especially from a lost connection) is shaky. It works for me occasionally, but at other times, especially with large files, it stops and "finishes" the way Bavi_H describes it. At least this is what I have observed.

(btw, this is on Mac OSX)

Vervious

Posted 2010-12-04T11:45:47.613

Reputation: 4 654