Possible Duplicate:
Persistent retrying resuming downloads with curl
resume a file using curl or wget?

I'm looking for a Windows command-line utility similar to curl, but that doesn't trash the download if the internet connection gets temporarily disconnected.

If it's possible to make curl behave like this, that would be great too.

link|improve this question

72% accept rate
1  
feedback

closed as exact duplicate by techie007, RedGrittyBrick, grawity, Nifle, Sathya Nov 26 '11 at 11:26

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

I use wget for such downloads under both Windows and Linux which has an optional argument (-c) that resumes the download of a partially downloaded file.

A Windows port of wget can be found here.

link|improve this answer
feedback

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