GNU Wget - Summary
This software is part of the GNU Project.
GNU wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive command-line tool, so it may easily be called from scripts, cron jobs, terminals without X Window System support, etc.
GNU wget has many features to make retrieving large files or mirroring entire web or FTP sites easy, including:
* Can resume aborted downloads, using REST and RANGE
* Can use filename wild cards and recursively mirror directories
* NLS-based message files for many different languages
* Optionally converts absolute links in downloaded documents to relative, so that downloaded documents may link to each other locally
* Runs on most UNIX-like operating systems as well as Microsoft Windows
* Supports HTTP proxies
* Supports HTTP cookies
* Supports persistent HTTP connections
* Unattended / background operation
* Uses local file timestamps to determine whether documents need to be re-downloaded when mirroring
Development / Contribution
A description on how to get the latest sources is here: https://savannah.gnu.org/git/?group=wget
Registration Date: Fri 05 Nov 2004 02:24:50 AM UTC
License: GNU General Public License v3 or later
Development Status: 5 - Production/Stable
posted by darnir, Fri 29 Mar 2024 11:28:08 AM UTC
Noteworthy changes in release 1.24.5 (2024-03-10) [stable]
- Fix how subdomain matches are checked for HSTS. Fixes a minor issue where cookies may be leaked to the wrong domain
- Wget will now also parse the srcset attribute in <source> HTML tags
posted by darnir, Sat 09 Jan 2021 10:36:13 AM UTC
Noteworthy changes in this release:
- Fix compilation on MacOS and Solaris 9
- Remove bashism from configure.ac
- Fix a compilation warning on 32-bit systems
posted by darnir, Sat 09 Jan 2021 10:34:43 AM UTC
Noteworthy changes in this release:
- Improve the number of translated strings
- Remove all uses of alloca. In some places the length of untrusted strings has been used, e.g. strings from the command line or from remote.
- Fix buffer overflows in progress bar code in some locales
posted by darnir, Fri 30 Nov 2018 12:14:38 AM UTC
Noteworthy Changes in this release:
- Add new option `--retry-on-host-error` to treat local errors as transient and hence Wget will retry to download the file after a brief waiting period.
- Fixed multiple potential resource leaks as found by static analysis
- Browse Sources Repository
- GNU Wget
- wget/wget2.git
Powered by Savane 3.14-8aba.
Corresponding source code