diff options
author | des <des@FreeBSD.org> | 2001-03-24 00:32:11 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-03-24 00:32:11 +0000 |
commit | deabc3a3798d11fd3d8f93b0effcb681e11660b4 (patch) | |
tree | d38c246b337be92b698c8e8a50d0e2cb60b20ed1 /usr.bin/fetch/fetch.1 | |
parent | bfaef3b3b9e81cd8473ce5a40cbd703c74aa6b87 (diff) | |
download | FreeBSD-src-deabc3a3798d11fd3d8f93b0effcb681e11660b4.zip FreeBSD-src-deabc3a3798d11fd3d8f93b0effcb681e11660b4.tar.gz |
Now that libfetch uses the high port range by default, add a -U option to
make it use the low (default) port range instead.
Diffstat (limited to 'usr.bin/fetch/fetch.1')
-rw-r--r-- | usr.bin/fetch/fetch.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 9893f2d..8603b7f 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -37,7 +37,7 @@ .Nd retrieve a file by Uniform Resource Locator .Sh SYNOPSIS .Nm -.Op Fl 146AFHMPRadlmnpqrsv +.Op Fl 146AFMPRUadlmnpqrsv .Op Fl B Ar bytes .Op Fl S Ar bytes .Op Fl T Ar seconds @@ -101,11 +101,6 @@ The file to retrieve is named on the remote host. This option is deprecated and is provided for backward compatibility only. -.It Fl H -When using passive FTP, allocate a high port for the data connection. -See -.Xr ip 4 -for details on how to specify which port range this corresponds to. .It Fl h Ar host The file to retrieve is located on the host .Ar host . @@ -171,6 +166,12 @@ Overrides the environment variables for FTP transfers or .Ev HTTP_TIMEOUT for HTTP transfers if set. +.It Fl U +When using passive FTP, allocate the port for the data connection from +the low (default) port range. +See +.Xr ip 4 +for details on how to specify which port range this corresponds to. .It Fl v Increase verbosity level. .It Fl w Ar seconds |