Wget

Source: Wikipedia, the free encyclopedia.

Wget
Original author(s)Hrvoje Nikšić
Developer(s)Giuseppe Scrivano, Tim Rühsen, Darshit Shah
Initial releaseJanuary 1996; 28 years ago (1996-01)
Stable release
1.24.5[1] Edit this on Wikidata
/ 10 March 2024
Repository
Written in
HTTP client
LicenseGPL-3.0-or-later[a][2]
Websitewww.gnu.org/software/wget/

GNU Wget (or just Wget, formerly Geturl, also written as its package name, wget) is a

get". It supports downloading via HTTP, HTTPS, and FTP
.

Its features include recursive download, conversion of links for offline viewing of local HTML, and support for proxies. It appeared in 1996, coinciding with the boom of popularity of the Web, causing its wide use among

WARC format.[3]

History

Wget descends from an earlier program named Geturl by the same author,

AREXX
.

Wget filled a gap in the inconsistent web-downloading software available in the mid-1990s. No single program could reliably use both HTTP and FTP to download files. Existing programs either supported FTP (such as NcFTP and dl) or were written in Perl, which was not yet ubiquitous. While Wget was inspired by features of some of the existing programs, it supported both HTTP and FTP and could be built using only the standard development tools found on every Unix system.

At that time many Unix users struggled behind extremely slow university and

dial-up Internet
connections, leading to a growing need for a downloading agent that could deal with transient network failures without assistance from the human operator.

Features

Robustness

Wget has been designed for robustness over slow or unstable network connections. If a

HTTP header
to support this feature.

Recursive download

Wget can optionally work like a

Robots Exclusion Standard
(unless the option -e robots=off is used).

Recursive download works with

URL. Shell-like wildcards
are supported when the download of FTP URLs is requested.

When downloading recursively over either

timestamps of local and remote files, and download only the remote files newer than the corresponding local ones. This allows easy mirroring of HTTP and FTP sites, but is considered inefficient and more error-prone when compared to programs designed for mirroring from the ground up, such as rsync
. On the other hand, Wget does not require special server-side software for this task.

Non-interactiveness

Wget is non-interactive in the sense that, once started, it does not require user interaction and does not need to control a

require the user to remain logged in and to manually restart failed downloads, which can be a great hindrance when transferring a lot of data.

Portability

Written in a highly portable style of

macOS. It is also available as a native Microsoft Windows program as one of the GnuWin
packages.

Other features

Authors and copyright

GNU Wget was written by Hrvoje Nikšić with contributions by many other people, including Dan Harkless, Ian Abbott, and Mauro Tortonesi. Significant contributions are credited in the AUTHORS file included in the distribution, and all remaining ones are documented in the changelogs, also included with the program. Wget is currently maintained by Giuseppe Scrivano, Tim Rühsen and Darshit Shah.[5]

The copyright to Wget belongs to the Free Software Foundation, whose policy is to require copyright assignments for all non-trivial contributions to GNU software.[6]

License

GNU Wget is distributed under the terms of the

exception that allows distribution of binaries linked against the OpenSSL library. The text of the exception follows:[2]

Additional permission under GNU GPL version 3 section 7

If you modify this program, or any covered work, by linking or combining it with the OpenSSL project's OpenSSL library (or a modified version of that library), containing parts covered by the terms of the OpenSSL or SSLeay licenses, the Free Software Foundation grants you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of OpenSSL used as well as that of the covered work.

It is expected[by whom?] that the exception clause will be removed once Wget is modified to also link with the GnuTLS library.

Wget's documentation, in the form of a Texinfo reference manual, is distributed under the terms of the GNU Free Documentation License, version 1.2 or later. The man page usually distributed on Unix-like systems is automatically generated from a subset of the Texinfo manual and falls under the terms of the same license.

Development

Wget is developed in an open fashion, most of the design decisions typically being discussed on the public mailing list[7] followed by users and developers. Bug reports and patches are relayed to the same list.

Source contribution

The preferred method of contributing to Wget's code and documentation is through source updates in the form of textual patches generated by the diff utility. Patches intended for inclusion in Wget are submitted to the mailing list[7] where they are reviewed by the maintainers. Patches that pass the maintainers' scrutiny are installed in the sources. Instructions on patch creation as well as style guidelines are outlined on the project's wiki.[8]

The source code can also be tracked via a remote

Subversion, and via CVS
.

Release

When a sufficient number of features or bug fixes accumulate during development, Wget is released to the general public via the GNU FTP site and its mirrors. Being entirely run by volunteers, there is no external pressure to issue a release nor are there enforceable release deadlines.

Releases are numbered as versions of the form of major.minor[.revision], such as Wget 1.11 or Wget 1.8.2. An increase of the major version number represents large and possibly incompatible changes in Wget's behavior or a radical redesign of the code base. An increase of the minor version number designates addition of new features and bug fixes. A new revision indicates a release that, compared to the previous revision, only contains bug fixes. Revision zero is omitted, meaning that for example Wget 1.11 is the same as 1.11.0. Wget does not use the odd-even release number convention popularized by Linux.

Popular references

Wget makes an appearance in the 2010 Columbia Pictures motion picture release, The Social Network. The lead character, a somewhat fictionalized version of Facebook co-founder Mark Zuckerberg, uses Wget to aggregate student photos from various Harvard University housing-facility directories.

Notable releases

The following releases represent notable milestones in Wget's development. Features listed next to each release are edited for brevity and do not constitute comprehensive information about the release, which is available in the NEWS file distributed with Wget.[4]

Wget2

Wget2
Initial release26 September 2021; 2 years ago (2021-09-26)
Stable release
2.1.0[13] Edit this on Wikidata / 31 August 2023
Repositorygitlab.com/gnuwget/wget2
LicenseGPL-3.0-or-later[14]
Websitewww.gnu.org/software/wget/

GNU Wget2 2.0.0 was released on 26 September 2021. It is licensed under the GPL-3.0-or-later license, and is wrapped around Libwget which is under the LGPL-3.0-or-later license.[14] It has many improvements in comparison to Wget, particularly, in many cases Wget2 downloads much faster than Wget1.x due to support of the following protocols and technologies:[15]


Related works

Fedora v12 with GNOME
v2.28.2 installed

GWget

GWget is a free software graphical user interface for Wget. It is developed by David Sedeño Fernández based on the GNOME software stack. GWget supports all of the main features that Wget does, as well as parallel downloads.[16]

Cliget

Cliget is an open source Firefox addon downloader that uses Curl, Wget and Aria2. It is developed by Zaid Abdulla.[17][18][19]

Clones

There exist clones of GNU Wget intended for embedded systems, which are often limited in memory and storage. They support its most basic options, usually limited to downloading.


See also

Notes

  1. ^ GPL-3.0-or-later with OpenSSL exception.

References

  1. ^ Darshit Shah (10 March 2024). "wget-1.24.5 released [stable]". Retrieved 22 March 2024.
  2. ^ a b "README file". Retrieved 1 December 2014.
  3. ^ a b Scrivano, Giuseppe (6 August 2012). "GNU wget 1.14 released". GNU wget 1.14 released. Free Software Foundation, Inc. Retrieved 25 February 2016.
  4. ^ a b "GNU Wget NEWS – history of user-visible changes". Svn.dotsrc.org. 20 March 2005. Archived from the original on 13 March 2007. Retrieved 8 December 2012. Wget 1.4.0 [formerly known as Geturl] is an extensive rewrite of Geturl.
  5. ^ "Wget - GNU Project". 30 November 2018. Retrieved 30 November 2018.
  6. ^ "Why the FSF gets copyright assignments from contributors - GNU Project - Free Software Foundation (FSF)". Gnu.org. Retrieved 8 December 2012.
  7. ^ a b "Gmane Loom". News.gmane.org. Archived from the original on 9 January 2013. Retrieved 8 December 2012.
  8. ^ "PatchGuidelines - The Wget Wgiki". Wget.addictivecode.org. 22 September 2009. Retrieved 8 December 2012.
  9. ^ "RepositoryAccess". 31 July 2012. Retrieved 7 June 2013.
  10. ^ "RepositoryAccess". 22 May 2010. Retrieved 20 June 2010.
  11. ^ Niksic, Hrvoje (24 June 1996). "Geturl: Software for non-interactive downloading". comp.infosystems.www.announce. Retrieved 17 November 2016.
  12. ^ "/wget/trunk : contents of NEWS at revision 2608". bzr.savannah.gnu.org.
  13. ^ Tim Rühsen (31 August 2023). "wget2-2.1.0 released". Retrieved 31 August 2023.
  14. ^ a b "GNU Wget2 2.0.0 released". gnu.org. 26 September 2021.
  15. ^ "wget2". GitLab.
  16. ^ "GWget Home Page". 22 March 2013.
  17. ^ "zaidka/cliget". GitHub. Retrieved 25 August 2016.
  18. ^ "Meet the cliget Developer :: Add-ons for Firefox". addons.mozilla.org. Archived from the original on 21 September 2016. Retrieved 25 August 2016.
  19. ^ "cliget". addons.mozilla.org. Retrieved 25 August 2016.
  20. ^ "git.openwrt.org Git - project/uclient.git/summary". git.openwrt.org. Archived from the original on 6 October 2021. Retrieved 6 October 2021.
  21. ^ a b "landley/toybox". 6 October 2021 – via GitHub.

External links


This page is based on the copyrighted Wikipedia article: Wget. Articles is available under the CC BY-SA 3.0 license; additional terms may apply.Privacy Policy