/usr/share/doc/proftpd-doc/modules/index.html is in proftpd-doc 1.3.5~rc3-2.1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 | <!-- $Id: index.html,v 1.5 2013/02/21 19:56:02 castaglia Exp $ -->
<!-- $Source: /cvsroot/proftp/proftpd/doc/modules/index.html,v $ -->
<html>
<head>
<title>ProFTPD Core Module Documentation</title>
</head>
<body bgcolor=white>
<hr>
<center><h2><b>ProFTPD Core Module Documentation</b></h2></center>
<hr>
<p>
The following is a collection of HTML documentation for modules and
tools in the <code>modules/</code> directory of the ProFTPD source
distribution.
<p>
<ul>
<dt>The <a href="mod_auth.html"><code>mod_auth</code></a> module
<dd>Handles the login process/interaction with connecting clients
</dd>
<p>
<dt>The <a href="mod_auth_file.html"><code>mod_auth_file</code></a> module
<dd>Handles authentication using <code>AuthUserFile</code> and
<code>AuthGroupFile</code>
</dd>
<p>
<dt>The <a href="mod_auth_pam.html"><code>mod_auth_pam</code></a> module
<dd>Provides additional authentication checks via PAM
</dd>
<p>
<dt>The <a href="mod_auth_unix.html"><code>mod_auth_unix</code></a> module
<dd>Handles authentication using the system files, <i>e.g.</i>
<code>/etc/passwd</code> and <code>/etc/group</code>
</dd>
<p>
<dt>The <a href="mod_cap.html"><code>mod_cap</code></a> module
<dd>Adds additional privilege restrictions based on Linux capabilities and
the <code>libcap</code> library
</dd>
<p>
<dt>The <a href="mod_core.html"><code>mod_core</code></a> module
<dd>Handles the core configuration directives and FTP commands
</dd>
<p>
<dt>The <a href="mod_ctrls.html"><code>mod_ctrls</code></a> module
<dd>Implements the configuration and handling of control actions;
see the <a href="../howto/Controls.html">Controls</a> documentation
for more details
</dd>
<p>
<dt>The <a href="mod_delay.html"><code>mod_delay</code></a> module
<dd>Helps mitigate timing-based information leaks by automatically
adding tuned delays to the login process
</dd>
<p>
<dt>The <a href="mod_dso.html"><code>mod_dso</code></a> module
<dd>Handles the configuration of <a href="../howto/DSO.html">DSO</a> modules
</dd>
<p>
<dt>The <a href="mod_facl.html"><code>mod_facl</code></a> module
<dd>Implements POSIX ACL support
</dd>
<p>
<dt>The <a href="mod_facts.html"><code>mod_facts</code></a> module
<dd>Handles the <code>MFF</code>, <code>MFMT</code>, <code>MLSD</code>
and <code>MLST</code> FTP commands
</dd>
<p>
<dt>The <a href="mod_ident.html"><code>mod_ident</code></a> module
<dd>Handles the <code>IdentLookups</code> configuration directive and
<code>IDENTD</code> protocol lookups
</dd>
<p>
<dt>The <a href="mod_lang.html"><code>mod_lang</code></a> module
<dd>Provides UTF8 and localised response string support, and handles
the <code>LANG</code> FTP command
</dd>
<p>
<dt>The <a href="mod_log.html"><code>mod_log</code></a> module
<dd>Handles logging via <code>syslog</code> and directly to log files
</dd>
<p>
<dt>The <a href="mod_ls.html"><code>mod_ls</code></a> module
<dd>Handles directory listings via the <code>LIST</code>, <code>NLST</code>,
and <code>STAT</code> FTP commands
</dd>
<p>
<dt>The <a href="mod_memcache.html"><code>mod_memcache</code></a> module
<dd>Handles memcache configuration
</dd>
<p>
<dt>The <a href="mod_rlimit.html"><code>mod_rlimit</code></a> module
<dd>Handles resource limits
</dd>
<p>
<dt>The <a href="mod_site.html"><code>mod_site</code></a> module
<dd>Handles basic FTP <code>SITE</code> commands: <code>SITE CHGRP</code>,
<code>SITE CHMOD</code>, and <code>SITE HELP</code>
</dd>
<p>
<dt>The <a href="mod_xfer.html"><code>mod_xfer</code></a> module
<dd>Handles FTP uploads and downloads via the <code>APPE</code>,
<code>RETR</code>, <code>STOR</code>, and <code>STOU</code> FTP commands
</dd>
</ul>
<p>
If your question or issue is not covered by any of these pages, please
send a request to the ProFTPD documentation list. Directions for subscribing
to the docs list, as well as the other ProFTPD mailing lists, are at:
<pre>
<a href="http://www.proftpd.org/lists.html">http://www.proftpd.org/lists.html</a>
</pre>
If you are looking to see if ProFTPD supports a particular feature, the
first place to look as the complete list of configuration directives:
<pre>
<a href="http://www.proftpd.org/docs/directives/linked/by-name.html">http://www.proftpd.org/docs/directives/linked/by-name.html</a>
</pre>
The list may be intimidatingly long, but it is well worth scanning through
all of the directives to see everything that ProFTPD is capable of supporting.
<p>
<hr>
Last Updated: <i>$Date: 2013/02/21 19:56:02 $</i><br>
<hr>
</body>
</html>
|