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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!-- $Id: mod-transfer.html,v 1.1 2010/03/13 22:49:38 pseudo Exp $ -->
<html>
<head>
<title>Eggdrop Documentation: Transfer Module</title>
</head>
<body>
<div align="center">
<p><strong>Transfer Module</strong></p>
</div>
<hr>
<p>This module provides DCC SEND/GET support and userfile
transfer support for userfile sharing.</p>
<blockquote>
<ol>
<li><a href="#config">Config file settings</a></li>
</ol>
</blockquote>
<hr>
<p><a name="config">1. <strong>Config file settings</strong></a></p>
<blockquote>
<p>Put this line into your Eggdrop configuration file to load the
transfer module:</p>
<p><strong>loadmodule transfer</strong></p>
<p>There are also some variables you can set in your config file:</p>
</blockquote>
<blockquote>
<dl>
<dt><strong>set max-dloads 3</strong></dt>
<dd>
<p>Set here the maximum number of simultaneous downloads to allow for
each user.</p>
</dd>
<dt><strong>set dcc-block 0</strong></dt>
<dd>
<p>Set here the block size for dcc transfers. ircII uses 512 bytes,
but admits that may be too small. 1024 is standard these days.
Set this to 0 to use turbo-dcc (recommended).</p>
</dd>
<dt><strong>set copy-to-tmp 1</strong></dt>
<dd>
<p>Enable this setting if you want to copy files into the /tmp
directory before sending them. This is useful on most systems for file
stability, but if your directories are NFS mounted, it's a pain, and
you'll want to set this to 0. If you are low on disk space, you may
also want to set this to 0.</p>
</dd>
<dt><strong>set xfer-timeout 30</strong></dt>
<dd>
<p>Set here the time (in seconds) to wait before an inactive transfer
times out.</p>
</dd>
</dl>
</blockquote>
<hr>
<p><em>Copyright © 1997 Robey Pointer<br>
Copyright © 1999 - 2010 Eggheads Development Team
<a href="http://www.eggheads.org/"> Eggheads Development Team</a></em></p>
</body>
</html>
|