neat trick: wget can continue downloads where they failed, but the webbrowser left me with an empty placeholder bar.zip file and an almost finished bar.zip.part file.
Uncategorized
1
Posts
1
Posters
0
Views
-
neat trick:
wgetcan continue downloads where they failed, but the webbrowser left me with an empty placeholderbar.zipfile and an almost finishedbar.zip.partfile.So, this seems to work:
-c= continue-O= (capital o, "OSCAR") download to this filename.wget -c http://foo.com/bar.zip -O bar.zip.part -
R relay@relay.infosec.exchange shared this topic