linux/wget

Web Downloader

Download files from web

network
download
web

Command

wget

Explanation

wget is a command-line utility for downloading files from the web using HTTP, HTTPS, and FTP.

Examples

Download file

wget https://example.com/file.zip

Recursive download

wget -r https://example.com/

Continue partial download

wget -c https://example.com/largefile.zip