X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=doc%2Fsample.wgetrc;h=064ceb165ee7815fe21647635e35cf218fd8c7b4;hb=4a08094db88011153adadbf995103770b20d2a31;hp=dbdec959197368ab865ba0294000532b9f2fe3a7;hpb=0f56f4056ada5a827a9174170b7d1fc92f0e9e6a;p=wget diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc index dbdec959..064ceb16 100644 --- a/doc/sample.wgetrc +++ b/doc/sample.wgetrc @@ -6,7 +6,7 @@ ## avoid having to type many many command-line options. This file does ## not contain a comprehensive list of commands -- look at the manual ## to find out what you can put into this file. -## +## ## Wget initialization file can reside in /usr/local/etc/wgetrc ## (global, for all users) or $HOME/.wgetrc (for a single user). ## @@ -35,10 +35,13 @@ # the recursive retrieval. The default is 5. #reclevel = 5 -# Many sites are behind firewalls that do not allow initiation of -# connections from the outside. On these sites you have to use the -# `passive' feature of FTP. If you are behind such a firewall, you -# can turn this on to make Wget use passive FTP by default. +# By default Wget uses "passive FTP" transfer where the client +# initiates the data connection to the server rather than the other +# way around. That is required on systems behind NAT where the client +# computer cannot be easily reached from the Internet. However, some +# firewalls software explicitly supports active FTP and in fact has +# problems supporting passive transfer. If you are in such +# environment, use "passive_ftp = off" to revert to active FTP. #passive_ftp = off # The "wait" command below makes Wget wait between every connection. @@ -46,7 +49,7 @@ # downloads, set waitretry to maximum number of seconds to wait (Wget # will use "linear backoff", waiting 1 second after the first failure # on a file, 2 seconds after the second failure, etc. up to this max). -waitretry = 10 +#waitretry = 10 ## @@ -70,8 +73,9 @@ waitretry = 10 # is *not* sent by default. #header = Accept-Language: en -# You can set the default proxies for Wget to use for http and ftp. +# You can set the default proxies for Wget to use for http, https, and ftp. # They will override the value in the environment. +#https_proxy = http://proxy.yoyodyne.com:18023/ #http_proxy = http://proxy.yoyodyne.com:18023/ #ftp_proxy = http://proxy.yoyodyne.com:18023/ @@ -107,3 +111,15 @@ waitretry = 10 # To have Wget follow FTP links from HTML files by default, set this # to on: #follow_ftp = off + +# To try ipv6 addresses first: +#prefer-family = IPv6 + +# Set default IRI support state +#iri = off + +# Force the default system encoding +#locale = UTF-8 + +# Force the default remote server encoding +#remoteencoding = UTF-8