Wget

From Linuxintro
Revision as of 08:51, 1 May 2009 by imported>ThorstenStaerk (New page: wget is a console command to download a webpage. = Download a complete web page = wget -m -k http://www.website.de/pics ;INFO: -A.''suffix'' only downloads .''suffix'' files.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

wget is a console command to download a webpage.

Download a complete web page

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

-A.suffix only downloads .suffix files.