wget il più potente download manager per GNU/Linux

Rilasciata la nuova versione 1.11 di wget il più potente download manager per GNU/Linux. Wget è sicuro, veloce e ricco di funzioni, l'unico limite è la difficoltà di utilizzo a causa della sua interfaccia a riga di comando.
Per questo motivo, sono stati creati molti download manager grafici basati su Wget. In genere, è incluso come applicazione predefinita all'interno della maggior parte delle distribuzioni.
GNU Wget è un software per lo scaricamento di file da Internet, parte del progetto GNU. Supporta i protocolli HTTP, HTTPS e FTP.
È uno strumento non interattivo che funziona tramite linea di comando e per questo può essere utilizzato in script, aggiunto tra le righe di crontab e usato senza bisogno di ricorrere a X-Window.
Wget può seguire i collegamenti nelle pagine HTML e XHTML e creare la versione locale di un sito remoto, ricostruendo interamente la struttura delle directory originale. Questo comportamento è ciò che normalmente si intende per "download ricorsivo". In questo, Wget rispetta i cosiddetti Robots Exclusion Standard (cioè i file /robots.txt). Wget può essere impostato per convertire i collegamenti delle pagine scaricate per permettere la visione senza bisogno di collegamento a Internet.
Wget è stato progettato per essere affidabile su collegamenti di rete lenti o instabili; in caso d'errore wget continuerà a provare finché non riuscirà a scaricare l'intero file. Nel caso il server lo supporti, ricomincerà a scaricare da dove si era interrotto.
Nato nel 1996, nel periodo in cui il web è diventato famoso, è incluso in Unix e Linux. Scritto in C portabile, può essere installato in tutti i sistemi Posix. In particolare esistono versioni per Mac OS X, Microsoft Windows e OpenVMS.
Esistono anche programmi grafici che permettono di usare Wget con mouse e finestre, come gwget per GNOME e wGetGUI per Windows.
Uso di Wget [modifica]
Esempi di uso di wget:
* Scaricare la pagina principale di Wikipedia italiana, il file si chiamerà Pagina_Principale:
wget http://it.wikipedia.org/
* Scaricare il sorgente dell'ultima versione di wget:
wget http://ftp.gnu.org/pub/gnu/wget/wget-1.10.2.tar.gz
* Scaricare solo la pagina iniziale di Wikipedia italiana (-k) e tutti i file che servono a visualizzarla (-p):
wget -p -k http://it.wikipedia.org/
* Scaricare interamente it.wikipedia.org (attenzione, solo a scopo informativo, da non eseguire; se si vuole scaricare tutta Wikipedia, leggersi en:Wikipedia:Forking FAQ):
wget -r -l0 http://it.wikipedia.org/
GNU Wget è stato scritto da Hrvoje Nikšić con la collaborazione di altre persone come Dan Harkless, Ian Abbott e Mauro Tortonesi. Gli altri contribuitori importanti sono scritti nel file AUTHORS incluso nei sorgenti e che accompagna i vari binari, tutti gli altri sono riportati nei ChangeLog. L'attuale manutentore di wget è Micah Cowan.
Downloading GNU Wget
The source code for GNU Wget can be found on http://ftp.gnu.org/gnu/wget/ [via http] and ftp://ftp.gnu.org/gnu/wget/our FTP mirrors. For more download options, see the download information on the Wget Wgiki. [via FTP]. It can also be found on one of
Documentation
GNU Wget documentation can be found at http://www.gnu.org/software/wget/manual/. For other manuals, please see http://www.gnu.org/manual/.
Maintainer
GNU Wget is currently being maintained by Micah Cowan . The original author of GNU Wget is Hrvoje Nikšić. Please do not directly contact either of these individuals with bug reports, or requests for help with Wget: that is what the mailing list is for; please use it instead. Micah also tries to make himself available on IRC during Pacific daytime hours; asking for help there is welcome.
Additional Information
The most current information will be found at the Wget Wgiki. Visit the Wgiki to read answers to frequently asked questions, or to find out about the Wget mailing lists, or to discover how you can help us to improve Wget!
GNU Wget has many features to make retrieving large files or mirroring entire web or FTP sites easy, including:
- Can resume aborted downloads, using REST and RANGE
- Can use filename wild cards and recursively mirror directories
- NLS-based message files for many different languages
- Optionally converts absolute links in downloaded documents to relative, so that downloaded documents may link to each other locally
- Runs on most UNIX-like operating systems as well as Microsoft Windows
- Supports HTTP proxies
- Supports HTTP cookies
- Supports persistent HTTP connections
- Unattended / background operation
- Uses local file timestamps to determine whether documents need to be re-downloaded when mirroring
- GNU Wget is distributed under the GNU General Public License.
GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc






digg it
del.icio.us







