User Tools

Site Tools


educare:wget

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
educare:wget [2015/07/07 08:47] – created profproeducare:wget [2020/06/08 22:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +wget
 +
 +permette di scaricare un file oppure un intero sito ricorsivamente -R
 +
 +-l profondità di ricorsione
 +
 +-w attesa di N secondi
 +
 +  wget -Lr -R php -l 5 -w 1 http://www.......org/forum/archive/index.php
 +
 +  wget -e robots=off -r -l 5 -w 3 http://.......it/rep/folder/123/
 +
 +il secondo NON ripete il download dei css e delle immagini 
 +
 +  wget -e robots=off -r -nc -w 3 http://.......it/rep/folder/123/
 +
 +il terzo non esce fuori della cartella specificata
 +
 +  wget -e robots=off -r -nc -w 3 -I rep/folder/123 http://.......it/rep/folder/123/
 +