Back to search

wget

command network

Non-interactive file download from the web

Required Packages

sudo apt install -y wget

Options

Save downloaded file with the specified name

Set directory prefix for saved files

Suppress all output

Resume a partially downloaded file

Skip download if file already exists

Only download if remote file is newer than local

Don't validate the server's SSL certificate

Mirror a website (implies -r -N -l inf --no-remove-listing)

Download linked pages/files recursively

Username for HTTP authentication

Password for HTTP authentication

e.g. 200k, 2m (bytes per second)

Set all timeout values to N seconds

Number of retries (0 = infinite)

Go to background after startup (output logged to wget-log)

Read URLs from a local or external file

Check URL existence without downloading

Generated Command

wget ''

Related