diff options
Diffstat (limited to 'lib/libfetch/fetch.3')
-rw-r--r-- | lib/libfetch/fetch.3 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index b0c3b14..55ddd6e 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -449,6 +449,10 @@ If this variable is set to an empty string, no proxy will be used for FTP requests, even if the .Ev HTTP_PROXY variable is set. +.It Ev ftp_proxy +Same as +.Ev FTP_PROXY , +for compatibility. .It Ev HTTP_AUTH Specifies HTTP authorization parameters as a colon-separated list of items. @@ -470,6 +474,10 @@ If no port number is specified, the default is 3128. Note that this proxy will also be used for FTP documents, unless the .Ev FTP_PROXY variable is set. +.It Ev http_proxy +Same as +.Ev HTTP_PROXY , +for compatibility. .It Ev HTTP_PROXY_AUTH Specifies authorization parameters for the HTTP proxy in the same format as the |