wget
1.Introduzione
Utility GNU per downlodare files, sia tramite HTTP che FTP, con la
possibilita' del resume, di logging e tante altre features.
Possiede due file di configurazione che possono contenere le opzioni
di default del comando:
Esempio 1: File di configurazione |
.wgetrc
/usr/local/etc/wgetrc
|
2.Opzioni di base
Di seguito sono riportate le opzioni piu' interessanti:
Esempio 2: Sintassi generica |
wget [option]... [URL]...
|
Esempio 3: BASIC OPTIONS |
-b; --background
-e; --execute
|
Esempio 4: LOGGING E INPUT FILE OPTIONS |
-o logfile;--output-file=logfile
-a;--append-output=logfile
-d;--debug
-i;--input-file=file
-F ;--force-html
|
Esempio 5: DOWNLOAD OPTIONS |
--bind-address
-c;--continue
--spider
-Q;--quota
|
Esempio 6: DIRECTORY OPTIONS |
-nd;--no-directories
-x;--force-directories
|
Esempio 7: HTTP OPTIONS |
--http-user=user;--http-passwd=password
-C on/off; --cache=on/off
--cookies=on/off
-U agent-string;--user-agent=agent string
|
Esempio 8: FTP OPTIONS |
-g on/off;--glob=on/off
--passive-ftp
|
Esempio 9: RECURSIVE RETRIEVAL OPTIONS |
-r;--recursive
--delete-after
--convert-link
|
3.Ringraziamenti
Fonte: OpenSkills
Adattato da Infobox: wget
|