cmd:wget
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
cmd:wget [2020/06/01 11:23] – [Exemples] : ajout de "--content-disposition" par défaut root | cmd:wget [2021/02/01 14:26] (Version actuelle) – Ajout de "Proxy" root | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====Algorithme==== | ====Algorithme==== | ||
- | ===Inclusion / exclusion=== | ||
Analyse de la fonction '' | Analyse de la fonction '' | ||
Ligne 74: | Ligne 73: | ||
Si toutes les étapes sont respectées, | Si toutes les étapes sont respectées, | ||
+ | |||
+ | ====Configuration==== | ||
+ | ===Proxy=== | ||
+ | |||
+ | Il faut éditer le fichier ''/ | ||
+ | |||
+ | < | ||
+ | https_proxy = http:// | ||
+ | http_proxy = http:// | ||
+ | ftp_proxy = http:// | ||
+ | </ | ||
====Exemples==== | ====Exemples==== | ||
===Télécharger un site entier=== | ===Télécharger un site entier=== | ||
[[http:// | [[http:// | ||
- | wget --recursive --no-clobber --page-requisites --html-extension --convert-links --restrict-file-names=windows --span-hosts --domains=website.org, | + | wget --recursive --no-clobber --page-requisites --html-extension --convert-links --restrict-file-names=windows --span-hosts |
===Pas le bon nom de fichier=== | ===Pas le bon nom de fichier=== |
cmd/wget.1591003393.txt.gz · Dernière modification : 2020/06/01 11:23 de root