This commit is contained in:
Jordan K. Hubbard 1995-06-06 01:38:46 +00:00
parent 7db891450b
commit 8660318ac3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9112
2 changed files with 126 additions and 94 deletions

View File

@ -43,9 +43,11 @@ FTP Passive: Use "passive mode" for firewalled FTP
to pass through firewalls that do not allow incoming connections
on random port addresses.
NOTE: Active and passive modes are not the same as a `proxy'
connections where a proxy ftp server is listening on a different port.
In these situations, you should specify the URL as something like:
NOTE: ACTIVE AND PASSIVE MODES ARE NOT THE SAME AS A `PROXY'
CONNECTION, WHERE A PROXY FTP SERVER IS LISTENING ON A DIFFERENT
PORT!
In such situations, you should specify the URL as something like:
ftp://foo.bar.com:1234/pub/FreeBSD
@ -70,10 +72,24 @@ Yes To All: Assume "Yes" answers to all non-critical dialogs
of other problems.
FTP userpass: Specify username and password instead of anonymous.
A number of these items, like "FTP Active" and "FTP Passive", are
actually mutually-exclusive even though you can turn them on all at
once or deselect them all; this is a limitation in the menuing system.
By default, the installation attempts to log in as the
anonymous user. If you wish to log in as someone else,
specify the username and password with this option.
Clear: Clear All Option Flags
Reset all option flags back to their default values.
----
Some of these items, like "FTP Active" or "FTP Passive", are actually
mutually-exclusive even though you can turn all of them on or off at
once. This is a limitation of the menuing system, and is compensated
for by checks that ensure that the various flags are not in conflict.
If you re-enter the Options menu again after leaving it, you'll see
the settings it's actually using after checking for any possible
conflicts.
If you re-enter the Options menu, you'll see the settings it's
actually using after the system checked for any possible conflicts.

View File

@ -43,9 +43,11 @@ FTP Passive: Use "passive mode" for firewalled FTP
to pass through firewalls that do not allow incoming connections
on random port addresses.
NOTE: Active and passive modes are not the same as a `proxy'
connections where a proxy ftp server is listening on a different port.
In these situations, you should specify the URL as something like:
NOTE: ACTIVE AND PASSIVE MODES ARE NOT THE SAME AS A `PROXY'
CONNECTION, WHERE A PROXY FTP SERVER IS LISTENING ON A DIFFERENT
PORT!
In such situations, you should specify the URL as something like:
ftp://foo.bar.com:1234/pub/FreeBSD
@ -70,10 +72,24 @@ Yes To All: Assume "Yes" answers to all non-critical dialogs
of other problems.
FTP userpass: Specify username and password instead of anonymous.
A number of these items, like "FTP Active" and "FTP Passive", are
actually mutually-exclusive even though you can turn them on all at
once or deselect them all; this is a limitation in the menuing system.
By default, the installation attempts to log in as the
anonymous user. If you wish to log in as someone else,
specify the username and password with this option.
Clear: Clear All Option Flags
Reset all option flags back to their default values.
----
Some of these items, like "FTP Active" or "FTP Passive", are actually
mutually-exclusive even though you can turn all of them on or off at
once. This is a limitation of the menuing system, and is compensated
for by checks that ensure that the various flags are not in conflict.
If you re-enter the Options menu again after leaving it, you'll see
the settings it's actually using after checking for any possible
conflicts.
If you re-enter the Options menu, you'll see the settings it's
actually using after the system checked for any possible conflicts.