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://gitlab.com/gnuwget/wget2.
wget
):wget2 https://example.com/foo
wget2 --max-threads=10 https://example.com/foo
wget2 --page-requisites --convert-links https://example.com/somepage.html
wget2 --mirror --no-parent https://example.com/somepath/
wget2 --limit-rate=300k --tries=100 https://example.com/somepath/
wget
):wget2 --continue https://example.com
wget2 --directory-prefix path/to/directory --input-file URLs.txt
wget2 --user=username --password=password https://example.com