> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/wget.md).

# Wget

> Wget - The non-interactive network downloader.

GNU 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." It supports downloading via HTTP, HTTPS, and FTP.

### [Manual](https://www.gnu.org/software/wget/manual/wget.html)

## TIL(s)

* [Basic Authentication](/linux/wget/basic-auth.md)
