~ubuntu-branches/ubuntu/hardy/wget/hardy

« back to all changes in this revision

Viewing changes to doc/sample.wgetrc.munged_for_texi_inclusion

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2005-10-13 16:59:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013165903-3e12j4gn6znkhmdb
Tags: 1.10.2-1
new upstream release which fixes a NTLM Buffer Overflow Vulnerability

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
## not contain a comprehensive list of commands -- look at the manual
8
8
## to find out what you can put into this file.
9
9
## 
10
 
## Wget initialization file can reside in /etc/wgetrc
 
10
## Wget initialization file can reside in /usr/local/etc/wgetrc
11
11
## (global, for all users) or $HOME/.wgetrc (for a single user).
12
12
##
13
13
## To use the settings in this file, you will have to uncomment them,
16
16
 
17
17
 
18
18
##
19
 
## Global settings (useful for setting up in /etc/wgetrc).
 
19
## Global settings (useful for setting up in /usr/local/etc/wgetrc).
20
20
## Think well before you change them, since they may reduce wget's
21
21
## functionality, and make it behave contrary to the documentation:
22
22
##
35
35
# the recursive retrieval.  The default is 5.
36
36
#reclevel = 5
37
37
 
38
 
# Many sites are behind firewalls that do not allow initiation of
39
 
# connections from the outside.  On these sites you have to use the
40
 
# `passive' feature of FTP.  If you are behind such a firewall, you
41
 
# can turn this on to make Wget use passive FTP by default.
 
38
# By default Wget uses "passive FTP" transfer where the client
 
39
# initiates the data connection to the server rather than the other
 
40
# way around.  That is required on systems behind NAT where the client
 
41
# computer cannot be easily reached from the Internet.  However, some
 
42
# firewalls software explicitly supports active FTP and in fact has
 
43
# problems supporting passive transfer.  If you are in such
 
44
# environment, use "passive_ftp = off" to revert to active FTP.
42
45
#passive_ftp = off
43
 
passive_ftp = on
44
46
 
45
47
# The "wait" command below makes Wget wait between every connection.
46
48
# If, instead, you want Wget to wait only between retries of failed