/usr/share/doc/eggdrop-data/html/mod-filesys.html is in eggdrop-data 1.6.21-4.
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 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!-- $Id: mod-filesys.html,v 1.23 2011/02/13 14:19:32 simple Exp $ -->
<html>
<head>
<title>Eggdrop Documentation: Filesys Module</title>
</head>
<body>
<div align="center">
<p><strong>Filesys Module</strong></p>
</div>
<hr>
<p>This module provides an area within the bot where users can store and
manage files. With this module, the bot is useable as a file server.</p>
<blockquote>
<ol>
<li><a href="#config">Config file settings</a></li>
</ol>
</blockquote>
<hr>
<p><a name="config"></a>1. <strong>Config file settings</strong></p>
<blockquote>
<p>This module provides the filesys support. You have to load this if
you want your users to upload and download files from your bot.</p>
<p>Put this line into your Eggdrop configuration file to load the
filesys module:</p>
<p><strong>loadmodule filesys</strong></p>
<p>There are also some variables you can set in your config
file:</p>
</blockquote>
<blockquote>
<dl>
<dt><strong>set files-path "/home/mydir/eggdrop/filesys"
</strong></dt>
<dd>
<p>Set here the 'root' directory for the file system.</p>
</dd>
<dt><strong>set incoming-path
"/home/mydir/eggdrop/filesys/incoming"</strong></dt>
<dd>
<p>If you want to allow uploads, set this to the directory uploads
should be put into. Set this to "" if you don't want
people to upload files to your bot.</p>
</dd>
<dt><strong>set upload-to-pwd 0</strong></dt>
<dd>
<p>If you don't want to have a central incoming directory,
but instead want uploads to go to the current directory that a
user is in, set this setting to 1.</p>
</dd>
<dt><strong>set filedb-path ""</strong></dt>
<dd>
<p>Eggdrop creates a '.filedb' file in each subdirectory
of your file area to keep track of its own file system information.
If you can't do that (for example, if the dcc path isn't
owned by you, or you just don't want it to do that) specify
a path here where you'd like all of the database files to be
stored instead.</p>
</dd>
<dt><strong>set max-file-users 20</strong></dt>
<dd>
<p>Set here the maximum number of people that can be in the file
area at once. Setting this to 0 makes it effectively infinite.</p>
</dd>
<dt><strong>set max-filesize 1024</strong></dt>
<dd>
<p>Set here the maximum allowable file size that will be received
(in KB). Setting this to 0 makes it effectively infinite.</p>
</dd>
</dl>
</blockquote>
<hr>
<p><em>Copyright © 1997 Robey Pointer<br>
Copyright © 1999 - 2011 Eggheads Development Team
<a href="http://www.eggheads.org/"> Eggheads Development Team</a></em></p>
</body>
</html>
|