<html><body>
<a href="doc084.htm"><img src=../icons/next.gif alt="Next"></a>
<a href="doc000.htm"><img src=../icons/up.gif alt="Up"></a>
<a href="doc082.htm"><img src=../icons/previous.gif alt="Previous"></a>
<a href="doc000.htm"><img src=../icons/contents.gif alt="Contents"></a>
<a href="doc136.htm"><img src=../icons/index.gif alt="Index"></a>
<hr>

<title>Anonymous FTP</title>
<h2><a name="s11.7">11.7 Anonymous FTP</a></h2>
<a name="i674">
<a name="i675">
<a name="i676">

<p>Setting up anonymous FTP is simple.  All you need to do is install
the <tt>anon-ftp</tt> rpm package (which you may have already done at
install time).  Once it is installed, anonymous FTP will be up and
running.

<p>There are a few files you might wish to edit to configure your FTP
server.

<p><dl>
<dt><b><tt>/etc/ftpaccess</tt></b><dd>
<a name="i677">
This file defines most of the access control for your ftp server.
Some of the things that you can do are: set up logical ``groups''
to control access from different sites, limit the number of
simultaneous FTP connections, configure transfer logging, and
much more.  Read the ftpaccess man page for complete details.

<p><dt><b><tt>/etc/ftphosts</tt></b><dd>
<a name="i678">
The  ftphosts file is used to allow or deny access to
certain accounts from various hosts.  Read the ftphosts
man page for details.

<p><dt><b><tt>/etc/ftpusers</tt></b><dd>
<a name="i679">
This file lists all the users that are <em>not</em> allowed to
ftp into your machine.  For example, <tt>root</tt> is listed in
<tt>/etc/ftpusers</tt> by default.  That means that you can not
ftp to your machine and log in as root.  This is a good security
measure, but some administrators prefer to remove <tt>root</tt>
from this file.
</dl>

<p><p><hr>
<a href="doc084.htm"><img src=../icons/next.gif alt="Next"></a>
<a href="doc000.htm"><img src=../icons/up.gif alt="Up"></a>
<a href="doc082.htm"><img src=../icons/previous.gif alt="Previous"></a>
<a href="doc000.htm"><img src=../icons/contents.gif alt="Contents"></a>
<a href="doc136.htm"><img src=../icons/index.gif alt="Index"></a>
<hr>
</body></html>
