diff options
author | des <des@FreeBSD.org> | 2003-01-22 18:35:20 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-01-22 18:35:20 +0000 |
commit | 0c1d7b9b17b41fa7c46c82af2b01360183166b61 (patch) | |
tree | 4925edf5bb9016a84a0d22cd523f873a5b5171b7 /usr.bin/fetch | |
parent | 4a3e9f26cb57ab4a62cf929c551dc21c8b8e993c (diff) | |
download | FreeBSD-src-0c1d7b9b17b41fa7c46c82af2b01360183166b61.zip FreeBSD-src-0c1d7b9b17b41fa7c46c82af2b01360183166b61.tar.gz |
Document netrc support.
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r-- | usr.bin/fetch/fetch.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 3f39c72..f06cbab 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -41,6 +41,7 @@ .Op Fl B Ar bytes .Op Fl S Ar bytes .Op Fl T Ar seconds +.Op Fl N Ar file .Op Fl o Ar file .Op Fl w Ar seconds .Op Fl h Ar host @@ -119,6 +120,16 @@ Note that the and .Fl r flags are mutually exclusive. +.It Fl N Ar file +Use +.Ar file +instead of +.Pa ~/.netrc +to lookup login names and passwords for FTP sites. +See +.Xr ftp 1 +for a description of the file format. +This feature is experimental. .It Fl n Don't preserve the modification time of the transferred file. .It Fl o Ar file |