Update the Anonymous FTP Configuration part.
This commit is contained in:
parent
eb39948a55
commit
a07c6ef49d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30701
1 changed files with 68 additions and 14 deletions
|
@ -2731,7 +2731,32 @@ use the current settings.
|
|||
|
||||
<para>To allow anonymous FTP, use the arrow keys to select
|
||||
&gui.yes; and press <keycap>Enter</keycap>.
|
||||
The following screen (or similar) will display:</para>
|
||||
An additionnal confirmation will display:</para>
|
||||
|
||||
<screen> User Confirmation Requested
|
||||
Anonymous FTP permits un-authenticated users to connect to the system
|
||||
FTP server, if FTP service is enabled. Anonymous users are
|
||||
restricted to a specific subset of the file system, and the default
|
||||
configuration provides a drop-box incoming directory to which uploads
|
||||
are permitted. You must separately enable both inetd(8), and enable
|
||||
ftpd(8) in inetd.conf(5) for FTP services to be available. If you
|
||||
did not do so earlier, you will have the opportunity to enable inetd(8)
|
||||
again later.
|
||||
|
||||
If you want the server to be read-only you should leave the upload
|
||||
directory option empty and add the -r command-line option to ftpd(8)
|
||||
in inetd.conf(5)
|
||||
|
||||
Do you wish to continue configuring anonymous FTP?
|
||||
|
||||
[ Yes ] No</screen>
|
||||
|
||||
<para>This message informs you that the FTP service will also
|
||||
have to be enabled in <filename>/etc/inetd.conf</filename>
|
||||
if you want to allow anonymous FTP connections, see <xref
|
||||
linkend="inetd-services">. Select &gui.yes; and press
|
||||
<keycap>Enter</keycap> to continue; the following screen
|
||||
will display:</para>
|
||||
|
||||
<figure id="anon-ftp2">
|
||||
<title>Default Anonymous FTP Configuration</title>
|
||||
|
@ -2743,32 +2768,61 @@ use the current settings.
|
|||
</mediaobject>
|
||||
</figure>
|
||||
|
||||
<para>Pressing <keycap>F1</keycap> will display the help:</para>
|
||||
<para>Use <keycap>Tab</keycap> to select the information
|
||||
fields and fill in appropriate information:</para>
|
||||
|
||||
<screen>This screen allows you to configure the anonymous FTP user.
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>UID</term>
|
||||
|
||||
The following configuration values are editable:
|
||||
<listitem>
|
||||
<para>The user ID you wish to assign to the anonymous
|
||||
FTP user. All files uploaded will be owned by this
|
||||
ID.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
UID: The user ID you wish to assign to the anonymous FTP user.
|
||||
All files uploaded will be owned by this ID.
|
||||
<varlistentry>
|
||||
<term>Group</term>
|
||||
|
||||
Group: Which group you wish the anonymous FTP user to be in.
|
||||
<listitem>
|
||||
<para>Which group you wish the anonymous FTP user to be
|
||||
in.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Comment: String describing this user in /etc/passwd
|
||||
<varlistentry>
|
||||
<term>Comment</term>
|
||||
|
||||
<listitem>
|
||||
<para>String describing this user in
|
||||
<filename>/etc/passwd</filename>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
FTP Root Directory:
|
||||
<varlistentry>
|
||||
<term>FTP Root Directory</term>
|
||||
|
||||
Where files available for anonymous FTP will be kept.
|
||||
<listitem>
|
||||
<para>Where files available for anonymous FTP will be
|
||||
kept.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Upload subdirectory:
|
||||
<varlistentry>
|
||||
<term>Upload Subdirectory</term>
|
||||
|
||||
Where files uploaded by anonymous FTP users will go.</screen>
|
||||
<listitem>
|
||||
<para>Where files uploaded by anonymous FTP users will
|
||||
go.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>The ftp root directory will be put in <filename>/var</filename>
|
||||
<para>The FTP root directory will be put in <filename>/var</filename>
|
||||
by default. If you do not have enough room there for the
|
||||
anticipated FTP needs, the <filename>/usr</filename> directory
|
||||
could be used by setting the FTP Root Directory to
|
||||
could be used by setting the FTP root directory to
|
||||
<filename>/usr/ftp</filename>.</para>
|
||||
|
||||
<para>When you are satisfied with the values, press
|
||||
|
|
Loading…
Reference in a new issue