Jump to content

Portal:Free and open-source software/Selected article

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Northamerica1000 (talk | contribs) at 03:28, 20 August 2019 (Portal updated / further expanded with a new selection - Added a GA-class article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Screenshot of Wget running on Ubuntu.

GNU Wget (or just Wget, formerly Geturl, also written as its package name, wget) is a computer program that retrieves content from web servers. It is part of the GNU Project. Its name derives from "World Wide Web" and "get", a HTTP request method. 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 Unix users and distribution with most major Linux distributions. Wget is written in C, and can be easily installed on any Unix-like system. Wget has been ported to Microsoft Windows, macOS, OpenVMS, HP-UX, AmigaOS, MorphOS, and Solaris. Since version 1.14, Wget has been able to save its output in the web archiving standard WARC format. (Full article...)