From: hniksic Date: Fri, 30 Nov 2001 07:32:17 +0000 (-0800) Subject: [svn] Document ftp_proxy in sample.wgetrc. X-Git-Tag: v1.13~1994 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=0f56f4056ada5a827a9174170b7d1fc92f0e9e6a [svn] Document ftp_proxy in sample.wgetrc. Submitted by Ingo T. Storm in <026a01c17913$acfac660$7400a8c0@dukat.cb.de>. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 6e9b2ac8..e9c634b0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-30 Ingo T. Storm + + * sample.wgetrc: Document ftp_proxy, too. + 2001-11-04 Alan Eldridge * wget.texi: Document --random-wait, randomwait=on/off. diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc index 67fcc7dd..dbdec959 100644 --- a/doc/sample.wgetrc +++ b/doc/sample.wgetrc @@ -70,9 +70,10 @@ waitretry = 10 # is *not* sent by default. #header = Accept-Language: en -# You can set the default proxy for Wget to use. It will override the -# value in the environment. +# You can set the default proxies for Wget to use for http and ftp. +# They will override the value in the environment. #http_proxy = http://proxy.yoyodyne.com:18023/ +#ftp_proxy = http://proxy.yoyodyne.com:18023/ # If you do not want to use proxy at all, set this to off. #use_proxy = on