wget command Subscribe
Wget, which stands for web get is a command line utility available in Linux and other UNIX like Operating System. A user can download multiple files non interactively. It supports all protocols such as HTTP, HTTPS, FTP, and even downloads files through the HTTP proxies. The wget utility creates a localized version of the remote websites so that the directory structure of the original site is completely recreated hence this feature of wget is called as recursive downloading.