💾 Archived View for freeshell.de › tldr › wget.gmi captured on 2022-04-28 at 19:46:39. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Download files from the Web.
Supports HTTP, HTTPS, and FTP.
wget {https://example.com/foo}
wget --output-document {bar} {https://example.com/foo}
wget --page-requisites --convert-links --wait=3 {https://example.com/somepage.html}
wget --mirror --no-parent {https://example.com/somepath/}
wget --limit-rate={300k} --tries={100} {https://example.com/somepath/}
wget --user={username} --password={password} {https://example.com}
wget --continue {https://example.com}
wget --directory-prefix {path/to/directory} --input-file {URLs.txt}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).