Wget

From Linuxintro
Revision as of 07:39, 11 October 2010 by imported>ThorstenStaerk

wget is a console command to download a webpage.

Set a proxy

To use a proxy, enter

export http_proxy=user:password@proxy:port/

Download a complete web page

wget -m -k http://www.website.de/pics
INFO

-A.suffix only downloads .suffix files.

See also