GNU Wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies.
Source code for create your builds.
This chapter is a partial overview of Wget’s features.
Attachment | Size | Date |
---|---|---|
wget-1.18-1.armv7hl.rpm | 566.14 KB | 11/06/2016 - 11:47 |
wget-1.19-1.armv7hl.rpm | 620.18 KB | 10/02/2017 - 03:54 |
GNU Wget 1.19:
New option --use-askpass=COMMAND. Fetch user/password by calling an external program. Use IDNA2008 (+ TR46 if available) through libidn2 When processing a Metalink header, --metalink-index=<number> allows to process the header's application/metalink4+xml files. When processing a Metalink file, --trust-server-names enables the use of the destination file names specified in the Metalink file, otherwise a safe destination file name is computed. When processing a Metalink file, enforce a safe destination path. Remove any drive letter prefix under w32, i.e. 'C:D:file'. Call libmetalink's metalink_check_safe_path() to prevent absolute, relative, or home paths: https://tools.ietf.org/html/rfc5854#section-4.1.2.1 https://tools.ietf.org/html/rfc5854#section-4.2.8.3 When processing a Metalink file, --directory-prefix=<prefix> sets the top of the retrieval tree to prefix for Metalink downloads. When processing a Metalink file, reject downloaded files which don't agree with their own metalink:size value: https://tools.ietf.org/html/rfc5854#section-4.2.16 When processing a Metalink file, with --continue resume partially downloaded files and keep fully downloaded files even if they fail the verification. When processing a Metalink file, create the parent directories of a "path/file" destination file name: https://tools.ietf.org/html/rfc5854#section-4.1.2.1 https://tools.ietf.org/html/rfc5854#section-4.2.8.3 On a recursive download, append a .tmp suffix to temporary files that will be deleted after being parsed, and create them readable/writable only by the owner. New make target 'check-valgrind' Fix several bugs Fix compatibility issues
GNU Wget 1.18:
By default, on server redirects to a FTP resource, use the original URL to get the local file name. Close CVE-2016-4971. This introduces a backward-incompatibility for HTTP->FTP redirects and any script that relies on the old behaviour must use --trust-server-names.
Check the HSTS file is not world-writable before using it.
Parse <img srcset> attributes on a recursive download.
Fix problem with SNI server names having trailing dot(s).
New options --bind-dns-address and --dns-servers.
When Wget is built with libiconv, it now converts non-ASCII URIs to the locale's codeset when it creates files. The encoding of the remote files and URIs is taken from --remote-encoding, defaulting to UTF-8. The result is that non-ASCII URIs and files downloaded via HTTP/HTTPS and FTP will have names on the local filesystem that correspond to their remote names.
Recent comments