aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-01-22 18:35:20 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-01-22 18:35:20 +0000
commit7dcb0a0e83501c1ef45c1a342f8a6632b978f815 (patch)
tree4925edf5bb9016a84a0d22cd523f873a5b5171b7 /usr.bin
parent13da7d9934f0c290b8b082c426db8eb2b6a5ff17 (diff)
downloadsrc-7dcb0a0e83501c1ef45c1a342f8a6632b978f815.tar.gz
src-7dcb0a0e83501c1ef45c1a342f8a6632b978f815.zip
Document netrc support.
Notes
Notes: svn path=/head/; revision=109703
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/fetch/fetch.111
1 files changed, 11 insertions, 0 deletions
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