Document FTP_PASSIVE_MODE and FTP_PASSWORD.

PR:		docs/20626
Submitted by:	nik
This commit is contained in:
Dag-Erling Smørgrav 2000-10-29 12:58:08 +00:00
parent 2d45aed6bc
commit 91c5104600
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67871

View File

@ -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.