From 0237382c527711ea185da91c7fa8be8acc2027e9 Mon Sep 17 00:00:00 2001 From: des Date: Sun, 29 Oct 2000 12:58:08 +0000 Subject: Document FTP_PASSIVE_MODE and FTP_PASSWORD. PR: docs/20626 Submitted by: nik --- lib/libfetch/fetch.3 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index 6649594..704836d 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -420,7 +420,14 @@ Invalid URL The accompanying error message includes a protocol-specific error code and message, e.g. "File is not available (404 Not Found)" .Sh ENVIRONMENT -.Bl -tag -width HTTP_PROXY_AUTH +.Bl -tag -width FTP_PASSIVE_MODE +.It Ev FTP_PASSIVE_MODE +The FTP code selects passive mode by default. +To force active mode FTP, set this variable to +.Ql no . +.It Ev FTP_PASSWORD +Default FTP password if the remote server requests one and none was +provided in the URL. .It Ev FTP_PROXY URL of the proxy to use for FTP requests. The document part is ignored. -- cgit v1.1