Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 584 Bytes

File metadata and controls

22 lines (17 loc) · 584 Bytes

Wget

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. Its features include recursive download, conversion of links for offline viewing of local HTML, and support for proxies.

-- Wikipedia

Options

Recursive

wget -r <ip>:<port>/file.txt

Read from file

wget -i <file>

Download complete ftp

wget --mirror 'ftp://<name>:<pw>@<host>'