WF AQ

Knowledge base

10 Novembre 2016
di admin@admin
Commenti disabilitati su Utilizzo breve di wget per download sito web intero

Utilizzo breve di wget per download sito web intero

If you ever need to download an entire Web site, perhaps for off-line viewing, wget can do the job—for example: $ wget –recursive –no-clobber –page-requisites –html-extension –convert-links –restrict-file-names=windows –domains website.org –no-parent ./path_destinazione http://nomesito.tld The options are: –recursive: download the entire … Continua a leggere