diff options
author | des <des@FreeBSD.org> | 2003-01-22 18:27:25 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-01-22 18:27:25 +0000 |
commit | b80b0e22d89a190885b24e962b458457ad9c0b07 (patch) | |
tree | 983a8619b6366e2f10da2418a9edf53fa9c92f44 /lib/libfetch | |
parent | 466b3593e83286af3e81f7c6d1c4292c8f1fb659 (diff) | |
download | FreeBSD-src-b80b0e22d89a190885b24e962b458457ad9c0b07.zip FreeBSD-src-b80b0e22d89a190885b24e962b458457ad9c0b07.tar.gz |
Document .netrc support.
Diffstat (limited to 'lib/libfetch')
-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 4bd63bd..540b42f 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -520,6 +520,14 @@ the document URL will be used as referrer URL. Specifies the User-Agent string to use for HTTP requests. This can be useful when working with HTTP origin or proxy servers that differentiate between user agents. +.It Ev NETRC +Specifies a file to use instead of +.Pa ~/.netrc +to look up login names and passwords for FTP sites. +See +.Xr ftp 1 +for a description of the file format. +This feature is experimental. .El .Sh SEE ALSO .Xr fetch 1 , |