Wget
From Linuxintro
Revision as of 08:53, 1 May 2009 by imported>ThorstenStaerk
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.
wget is a console command to download a webpage.
wget -m -k http://www.website.de/pics
-A.suffix only downloads .suffix files.