mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Document ftp_proxy in sample.wgetrc.
Submitted by Ingo T. Storm in <026a01c17913$acfac660$7400a8c0@dukat.cb.de>.
This commit is contained in:
parent
999388bfa0
commit
0f56f4056a
@ -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>
|
2001-11-04 Alan Eldridge <alane@geeksrus.net>
|
||||||
|
|
||||||
* wget.texi: Document --random-wait, randomwait=on/off.
|
* wget.texi: Document --random-wait, randomwait=on/off.
|
||||||
|
@ -70,9 +70,10 @@ waitretry = 10
|
|||||||
# is *not* sent by default.
|
# is *not* sent by default.
|
||||||
#header = Accept-Language: en
|
#header = Accept-Language: en
|
||||||
|
|
||||||
# You can set the default proxy for Wget to use. It will override the
|
# You can set the default proxies for Wget to use for http and ftp.
|
||||||
# value in the environment.
|
# They will override the value in the environment.
|
||||||
#http_proxy = http://proxy.yoyodyne.com:18023/
|
#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.
|
# If you do not want to use proxy at all, set this to off.
|
||||||
#use_proxy = on
|
#use_proxy = on
|
||||||
|
Loading…
Reference in New Issue
Block a user