×

wget

Computer program
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. Wikipedia
Syntax: wget -c|--continue -s|--spider -q|--quiet -O|--output-document file --header 'header: value' -Y|--proxy on/off -P DIR -U|--user-agent agent url
Example: wget -r --tries=10 http://fly.srk.fer.hr/ -o log
Developer(s): Giuseppe Scrivano, Tim Rühsen, Darshit Shah
Original author(s): Hrvoje Nikšić
Written in: C