Wget

From Alessandro's Wiki
Revision as of 21:32, 30 November 2010 by Porcelinux (talk | contribs)
  • Limitare la banda da utilizzare per scaricare.
wget --limit-rate=60k 
  • resume downloading (Continue a to download an incomplete file):
wget -c http://www.yourdomain.com/bigfile.bin
  • Download into filename...
wget http://www.example.com -O index.html
  • Mirror an entire website
wget --mirror –w 2 –p --HTML-extension –-convert-links –P local_htdocs/ http://www.yourdomain.com