Introduction
The wget command is a powerful tool used in Linux to download files from the internet. It is a non-interactive command line tool, which means that it can work in the background, while the user is not logged on. Wget can be used to download single files, multiple files, or entire directories with just one command. It supports a variety of protocols, including HTTP, HTTPS, FTP, and FTPS. Wget is a great tool for automating downloads, and can be used to create scripts to download files from the internet.
Examples
The wget command is a Linux command line utility for downloading files from the internet. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies.
Syntax:
wget [option]… [URL]…
Options:
-V, –version: Display the version of Wget.
-h, –help: Display a help message.
-b, –background: Go to background immediately after startup.
-e, –execute: Execute a command as if it were a part of the .wgetrc.
-O, –output-document: Write output to a file instead of stdout.
-P, –directory-prefix: Set directory prefix to prefix.
Example:
wget -O example.html http://www.example.com/
Wget Linux Command
Wget is a powerful command-line tool used to download files from the internet. It is a non-interactive command-line tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc. 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.
Features of Wget
- Recursive download
- Conversion of links
- Download in the background
- Time-stamping of files
- Support for proxies
- Support for HTTP cookies
- Support for FTP and HTTPS
- Support for HTTP POST
- Support for IPv6
How to Use Wget
Using Wget is simple. All you need to do is specify the URL of the file you want to download, and Wget will take care of the rest. For example, to download a file from a website, you would type the following command:
wget http://example.com/file.zip
You can also specify multiple URLs to download multiple files at once. For example:
wget http://example.com/file1.zip http://example.com/file2.zip
Wget also supports a number of options that allow you to customize the download process. For example, you can specify the output directory, the number of retries, and the download timeout. For a full list of options, type the following command:
wget --help
Conclusion
Wget is a powerful command-line tool that can be used to download files from the internet. It supports a number of protocols, including HTTP, HTTPS, and FTP, and can be used to download multiple files at once. It also supports a number of options that allow you to customize the download process.