25.11.2023
22:54
The wget (Web GET) utility is a free, non-interactive console program for downloading files over a network. It supports the HTTP, HTTPS and FTP protocols, as well as the use of proxy servers.
Wget can download files recursively, following links to other pages, and save them to a specified directory while preserving the structure of the original sites. The wget utility is available for most operating systems, including Linux, macOS and Windows.
Utility features
- Upload files over the network via HTTP, HTTPS and FTP.
- Support for using proxy servers.
- Recursively download files by following links to other pages.
- Saving downloaded files to a specified directory while preserving the structure of the original sites.
- Possibility to limit download speed.
- Support authorization on sites.
- Ability to continue downloading interrupted files.
- Support for using cookies for authorization on sites.
- Ability to use custom HTTP headers.
- Support of work in background mode.
Let's look at the installation process.
How to install wget

To install the wget program on Windows, you need to follow the steps below:
- Download the
wgetinstallation file for Windows from the official website - Extract the archive with the installation file to the desired directory.
- Add the path to the directory with
wgetinstalled to thePATHenvironment variable. - Check the installation by opening a command prompt and typing the command
"wget --version". If everything is installed correctly,wgetversion information will be displayed.
On a Linux operating system, install wget as follows:
- Open a terminal and type the command
"sudo apt-get install wget" to install wget from the Ubuntu repository. - To install wget from source, download the source code archive from the official website and run the "
./configure","make" and"sudo make install" commands. - Check the correctness of the installation by opening a terminal and entering the command
"wget --version". If everything is installed correctly, thewgetversion information will be displayed.
This completes the installation process.
15% discount on new VPS
Hurry up to order a server in any location
Other articles
03.09.2021
4 751
Knowledge base / Information
03.09.2021
6 416
Knowledge base / Commands
03.09.2021
4 174
Knowledge base / Information