From deabc3a3798d11fd3d8f93b0effcb681e11660b4 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 24 Mar 2001 00:32:11 +0000 Subject: Now that libfetch uses the high port range by default, add a -U option to make it use the low (default) port range instead. --- usr.bin/fetch/fetch.1 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'usr.bin/fetch/fetch.1') 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 -- cgit v1.1