4623 shaares
397 liens privés
397 liens privés
1 résultat
taggé
wget
"""
wget -m -k -p -c -E http://www.domain.com
To download a directory recursively, which rejects index.html* files and downloads without the hostname, parent directory and the whole directory structure :
wget -r -nH --cut-dirs=2 --no-parent --reject="index.html*" http://mysite.com/dir1/dir2/data
"""
utiliser --restrict-file-names=nocontrol si problèmes d'encoding