]> sjero.net Git - wget/blob - README
[svn] Initial revision
[wget] / README
1                                                           -*- text -*-
2                            GNU Wget README
3
4 GNU Wget is a free network utility to retrieve files from the World
5 Wide Web using HTTP and FTP, the two most widely used Internet
6 protocols.  It works non-interactively, thus enabling work in the
7 background, after having logged off.
8
9 The recursive retrieval of HTML pages, as well as FTP sites is
10 supported -- you can use Wget to make mirrors of archives and home
11 pages, or traverse the web like a WWW robot (Wget understands
12 /robots.txt).
13
14 Wget works exceedingly well on slow or unstable connections, keeping
15 getting the document until it is fully retrieved.  Re-getting files
16 from where it left off works on servers (both HTTP and FTP) that
17 support it.  Matching of wildcards and recursive mirroring of
18 directories are available when retrieving via FTP.  Both HTTP and FTP
19 retrievals can be time-stamped, thus Wget can see if the remote file
20 has changed since last retrieval and automatically retrieve the new
21 version if it has.
22
23 Wget supports proxy servers, which can lighten the network load, speed
24 up retrieval and provide access behind firewalls.  If you are behind a
25 firewall that requires the use of a socks style gateway, you can get
26 the socks library and compile wget with support for socks.
27
28 Most of the features are configurable, either through command-line
29 options, or via initialization file .wgetrc.  Wget allows you to
30 install a global startup file (/usr/local/etc/wgetrc by default) for
31 site settings.
32
33 Wget works under almost all modern Unix variants and, unlike many
34 other similar utilities, is written entirely in C, thus requiring no
35 additional software (like perl).  As Wget uses the GNU Autoconf, it is
36 easily built on and ported to other Unix's. Installation procedure is
37 described in the INSTALL file.
38
39 Like all GNU utilities, the latest version of Wget can be found at the
40 master GNU archive site prep.ai.mit.edu, and its mirrors.  For
41 example, Wget 1.5.2 is at:
42 <URL:ftp://prep.ai.mit.edu/pub/gnu/wget-1.5.2.tar.gz>.
43
44 The latest version is also available via FTP from the maintainer's
45 machine, at:
46 <URL:ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/wget.tar.gz>.
47
48 This location is mirrored at:
49 <URL:ftp://sunsite.auc.dk/pub/infosystems/wget/> and
50 <URL:http://sunsite.auc.dk/ftp/pub/infosystems/wget/>.
51
52 Please report bugs in Wget to <bug-wget@prep.ai.mit.edu>.
53
54 Wget has a own mailing list at <wget@sunsite.auc.dk>.  To subscribe,
55 mail to <wget-subscribe@sunsite.auc.dk>.
56
57 Wget is free in all senses -- it is freely redistributable, and no
58 payment is required.  If you still wish to donate money to the author,
59 or wish to sponsor implementation of specific features, please email
60 me at <hniksic@srce.hr>.
61
62
63 AUTHOR: Hrvoje Niksic <URL:mailto:hniksic@srce.hr>
64
65
66 Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
67
68 This program is free software; you can redistribute it and/or modify
69 it under the terms of the GNU General Public License as published by
70 the Free Software Foundation; either version 2 of the License, or
71 (at your option) any later version.
72
73 This program is distributed in the hope that it will be useful,
74 but WITHOUT ANY WARRANTY; without even the implied warranty of
75 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
76 GNU General Public License for more details.
77
78 You should have received a copy of the GNU General Public License
79 along with this program; if not, write to the Free Software
80 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.