Command-line utility for downloading files over HTTP, HTTPS, and FTP
Updated at: March 16, 2025
Basic Downloads
The fundamental operations in wget focus on downloading files from the web. These commands cover single file downloads, customizing output, handling interruptions, and controlling download behavior.
URL Lists Management
Wget can process multiple URLs from files, allowing for batch downloads, filtering, and advanced URL management. This approach is ideal for downloading multiple files systematically without writing complex scripts.
Website Mirroring
Website mirroring creates a local copy of a website for offline browsing, archiving, or content analysis. Wget's powerful mirroring capabilities allow you to clone entire websites while controlling depth, content types, and directory structure.
Authentication
Authentication in wget allows you to access protected resources by providing credentials. Wget supports various authentication methods including basic HTTP authentication, cookie-based auth, and certificate authentication.
Proxy Configuration
Wget supports various proxy configurations for routing traffic through intermediary servers. This allows for accessing restricted content, enhancing privacy, or complying with network policies when downloading resources.
Download Restrictions
Download restrictions in wget allow you to control bandwidth usage, limit file sizes, and set boundaries on what content is retrieved. These options help prevent excessive resource consumption and ensure downloads comply with your system constraints or usage policies.
Recursive Downloads
Recursive downloading allows wget to automatically follow and download linked resources from websites. This is useful for mirroring websites, downloading entire directories, or retrieving complete documentation sets with all their dependencies.
Output and Logging
Wget provides various options to control how information is displayed during downloads and how logs are generated. These features help monitor progress, troubleshoot issues, and maintain records of download activities.
Error Handling
Wget provides robust error handling mechanisms to manage failed downloads, server errors, and network issues. These features help ensure downloads complete successfully even in challenging network conditions.
Related Cheatsheets