Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 8f7c9a275934eff59b20e5b18a0129a0 > files > 58

proftpd-1.3.3g-1.fc14.x86_64.rpm


Classes
-------

Classes of connections in ProFTPD are defined using <Class> sections.  An
example configuration would thus be:

  <Class foo>
    From 127.0.0.1
    From *.evil.com
  </Class>

For more information on classes, see:

  doc/howto/Classes.html

Classes can only be defined in the "server config" context, not on a <Global>
or per-<VirtualHost> basis.  This is because the class for a client is
determined as soon as the client connects to the server, before the server
determines which <VirtualHost> the client is trying to reach.  Therefore,
class definitions always apply to the entire daemon.