wget2 Command Examples

An improved version of wget for downloading files from the web. Supports HTTP, HTTPS, and HTTP/2 protocols with enhanced performance. By default, wget2 uses multiple threads for faster downloads. More information: https://manned.org/wget2.

wget2 {{https://example.com/foo}}

wget2 --max-threads {{10}} {{https://example.com/foo}}

wget2 {{[-p|--page-requisites]}} {{[-k|--convert-links]}} {{https://example.com/somepage.html}}

wget2 {{[-m|--mirror]}} {{[-np|--no-parent]}} {{https://example.com/somepath/}}

wget2 --limit-rate {{300k}} {{[-t|--tries]}} {{100}} {{https://example.com/somepath/}}

wget2 {{[-c|--continue]}} {{https://example.com}}

wget2 {{[-P|--directory-prefix]}} {{path/to/directory}} {{[-i|--input-file]}} {{URLs.txt}}

wget2 --user {{username}} --password {{password}} {{https://example.com}}