]> sjero.net Git - wget/commitdiff
[svn] Document ftp_proxy in sample.wgetrc.
authorhniksic <devnull@localhost>
Fri, 30 Nov 2001 07:32:17 +0000 (23:32 -0800)
committerhniksic <devnull@localhost>
Fri, 30 Nov 2001 07:32:17 +0000 (23:32 -0800)
Submitted by Ingo T. Storm in <026a01c17913$acfac660$7400a8c0@dukat.cb.de>.

doc/ChangeLog
doc/sample.wgetrc

index 6e9b2ac8ece24219470d3c27d3a7575aba52dd21..e9c634b06e03ce1bc6139af9c171a46b7bd707b0 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-30  Ingo T. Storm  <tux-sparc@computerbild.de>
+
+       * sample.wgetrc: Document ftp_proxy, too.
+
 2001-11-04  Alan Eldridge  <alane@geeksrus.net>
 
        * wget.texi: Document --random-wait, randomwait=on/off.
index 67fcc7ddcad463ceb34ac603e3c2f6447eba2c8d..dbdec959197368ab865ba0294000532b9f2fe3a7 100644 (file)
@@ -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