curl to resume a file killed in firefox/safari/etc:

curl -o ‘myfile.zip.part’ -C - ‘http://download.com/myfile.zip’

-o to specify diff output file -C to specify resume -C - to resume and auto work out where to resume from bit after -C - is the url of the file to resume

Notes