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