GNU Wget 1.11.2 (Default branch) |
|
|
GNU Wget is a utility for noninteractive download of
files from the Web. It supports HTTP and FTP
protocols, as well as retrieval through HTTP
proxies. It can follow HTML links, download many
pages, and convert the links for local viewing. It
can also mirror FTP hierarchies or only those files
that have changed. Wget has been designed for
robustness over slow network connections; if a
download fails due to a network problem, it will
keep retrying until the whole file has been
retrieved.
License: GNU General Public License v3
Changes:
A problem with authenticating over HTTPS through a proxy was fixed. The combination of -r or -p with -O was downgraded from an error to a warning. Bugs with displaying the progress bar in non-English locales where too many spaces could be inserted, causing the display to scroll, were fixed. The .listing file is no longer appended to if --no-remove-listing and --continue are specified. ".." is now allowed at the beginning of paths in FTP URLs again.
|