wget
NetworkingDownload files from the web
Options & Flags
Available options for this command
-O filenameSave with different filename
-cContinue partially downloaded file
-rRecursive download
-qQuiet mode
Examples
Common usage examples
Download a file
wget https://example.com/file.zipDownload and save with custom name
wget -O custom-name.zip https://example.com/file.zipResume interrupted download
wget -c https://example.com/large-file.iso