vote up 2 vote down star
1

Are there software tools specifically for ms windows such as file downloaders that can be used for downloading partially downloaded file when url of downloaded file changes?

flag
1  
I think one of the problems with this is that often there might be tiny changes in the two files. For this to have even a chance of working, both files would have to be exactly the same (same checksum) – joshhunt Nov 12 at 2:19

3 Answers

vote up 2 vote down check

Yes, Pretty much any half decent download manager has this feature.

I have done this with Free Download Manager

link|flag
1  
s/descent/decent/ – pavium Nov 12 at 2:39
1  
and it's actually free – Andrey Nov 12 at 2:46
@Pavium +1 - Thanks... Technical knowledge is my strong point, not spelling! – Wil Nov 12 at 2:55
vote up 2 vote down

I have not actually tried this but I suppose if wget is used with the '-c' option to continue on a download of the exact-same (say, matching md5sum) file from a different URL, it would continue from an incompletely downloaded file.

Caveats:

  • It is assumed that at least the second server in the above case supports continued download.
  • If the file in question appears to be different at this second server,
    various things can happen (look at the '-c' options detail at the link).
link|flag
vote up 1 vote down

I think GetRight will do this. It will automatically search for mirrors, check the size and name of the file, and download from multiple sources. I think you can just add your new file as a source manually and it should do what you want. This program used to be free, I think it still is but I'm not sure.

link|flag
It is a paid software – Andrey Nov 12 at 3:31

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.