Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 6148799c55bbf091d67b30e7657700f2 > files > 4

proftpd-mod_quotatab_file-1.3.3g-0.1mdv2010.2.i586.rpm

<!-- $Id: mod_quotatab_file.html,v 1.1 2004/11/03 19:37:45 castaglia Exp $ -->
<!-- $Source: /cvsroot/proftp/proftpd/doc/contrib/mod_quotatab_file.html,v $ -->

<html>
<head>
<title>ProFTPD module mod_quotatab_file</title>
</head>

<body bgcolor=white>

<hr>
<center>
<h2><b>ProFTPD module <code>mod_quotatab_file</code></b></h2>
</center>
<hr><br>

This <code>mod_quotatab</code> submodule is contained in the
<code>mod_quotatab_file.c</code>, and is found in the <code>contrib/</code>
area of the ProFTPD source distribution.  See the <code>mod_quotatab</code>
<a href="http://www.castaglia.org/proftpd/modules/mod_quotatab.html#Installation">installation</a> instructions.

<p>
This submodule provides the file-specific &quot;driver&quot; for storing quota
table information in files.

<h2>Author</h2>
<p>
Please contact TJ Saunders &lt;tj <i>at</i> castaglia.org&gt; with any
questions, concerns, or suggestions regarding this module.

<p>
<hr><h2><a name="FileTables">File Quota Tables</a></h2>
Using file-based quota tables (<em>source-type</em> of &quot;file&quot;) the
data will be stored in binary fixed-record format.  This module is accompanied
by a tool, <a href="ftpquota.html"><code>ftpquota</code></a>, to help in
creating and managing these file-based tables.

<p>
The <code>mod_quotatab_file</code> module supports the &quot;file&quot; string
for the <em>source-type</em> parameter of the
<a href="mod_quotatab.html#QuotaLimitTable"><code>QuotaLimitTable</code></a>
and
<a href="mod_quotatab.html#QuotaTallyTable"><code>QuotaTallyTable</code></a>
configuration directives.  If the &quot;file&quot; <em>source-type</em>
is used, then the <em>source-info</em> parameter must be the full path to
the file table.

<p>
Examples:
<pre>
  # Using a file-based limit table
  QuotaLimitTable file:/usr/local/proftpd/ftpquota.limittab

  # Using a file-based tally table
  QuotaTallyTable file:/usr/local/proftpd/ftpquota.tallytab
</pre>

<p>
<hr><br>

Author: <i>$Author: castaglia $</i><br>
Last Updated: <i>$Date: 2004/11/03 19:37:45 $</i><br>

<br><hr>

<font size=2><b><i>
&copy; Copyright 2000-2003 TJ Saunders<br>
 All Rights Reserved<br>
</i></b></font>

<hr><br>

</body>
</html>