Wget
GNU Wget
https://www.gnu.org/software/wget/
Retrieves files from the Web.
Wget is a utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies.
It can follow links in HTML pages and create local versions of remote web sites, fully recreating the directory structure of the original site. This is sometimes referred to as "recursive downloading." While doing that, Wget respects the Robot Exclusion Standard (/robots.txt). Wget can be instructed to convert the links in downloaded HTML files to the local files for offline viewing.
Recursive downloading also works with FTP, where Wget can retrieves a hierarchy of directories and files.
With both HTTP and FTP, Wget can check whether a remote file has changed on the server since the previous run, and only download the newer files.
Wget has been designed for robustness over slow or unstable network connections; if a download fails due to a network problem, it will keep retrying until the whole file has been retrieved. If the server supports re-getting, it will instruct the server to continue the download from where it left off.
Wget supports proxy servers; this can lighten the network load, speed up retrieval, and provide access behind firewalls.
This is a GNU package:wget
Download
https://ftp.gnu.org/gnu/wget/wget-1.20.1.tar.lz
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Tim Rühsen | maintainer |
Giuseppe Scrivano | maintainer |
Ander Juaristi | contributor |
Darshit Shah | maintainer |
Resources and communication
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.