From 7dcb0a0e83501c1ef45c1a342f8a6632b978f815 Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Wed, 22 Jan 2003 18:35:20 +0000 Subject: Document netrc support. --- usr.bin/fetch/fetch.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 3f39c729998b..f06cbab6c3e0 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 -- cgit v1.3