Jump to content

How to pause downloading and restart later


sofasurfer
 Share

Recommended Posts

quote from man wget:

Wget has been designed for robustness over slow or unstable network connections; if a download fails due to a network problem, it will keep retrying until the whole file has been retrieved. If the server supports regetting, it will instruct the server to continue the download from where it left off.

The command line switch to continue downloading is -c or --continue. You don't have to specifically "pause" the download.

Edited by uralmasha
Link to comment
Share on other sites

Wget will continue to run, even if you close the terminal you started it with, so you have to specifically kill wget to get it to stop.

killall wget

 

Also be sure you start wget -c from the same dir the download is in everytime or it'll start over, because it needs the log file on the download.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...