<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/7154" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2004-04-02T13:34:48-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/7154</id>

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-04-02T13:34:48-04:00</updated>

		<published>2004-04-02T13:34:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35161#p35161</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35161#p35161"/>
		<title type="html"><![CDATA[Recieving Files?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35161#p35161"><![CDATA[
<blockquote class="uncited"><div>The bot accepts and downloads the file all by itself. The RCVD bind is triggered after the file is totally received.</div></blockquote>I wouldn't have asked if it did....<br><blockquote class="uncited"><div>-18:19:43- [BhaaL] .chattr bhaal +x<br>-18:19:43- [BL-Bot] [17:15] #BhaaL# chattr bhaal +x<br>-18:19:43- [BL-Bot] Global flags for bhaal are now +jfmnoptx.<br>-18:19:48- [BL-Bot] [17:15] -BhaaL (<a href="mailto:BhaaL@go.moo.oh.yes.they.do">BhaaL@go.moo.oh.yes.they.do</a>)- DCC Send test.txt (212.152.234.29)<br>-18:19:49- [BL-Bot] [17:15] Refused DCC SEND: BhaaL!<a href="mailto:BhaaL@go.moo.oh.yes.they.do">BhaaL@go.moo.oh.yes.they.do</a><br>-18:19:49- [BL-Bot] [17:15] CTCP SEND: test.txt 3566791197 3184 295 from BhaaL (<a href="mailto:BhaaL@go.moo.oh.yes.they.do">BhaaL@go.moo.oh.yes.they.do</a>)</div></blockquote>I got the flag +x, transfer-module is loaded and my bot recognises me. I checked twice, but it never accepted the file.<p>Statistics: Posted by Guest — Fri Apr 02, 2004 1:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-03-27T19:09:59-04:00</updated>

		<published>2004-03-27T19:09:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35000#p35000</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35000#p35000"/>
		<title type="html"><![CDATA[Recieving Files?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35000#p35000"><![CDATA[
<blockquote class="uncited"><div>The bot accepts and downloads the file all by itself. The RCVD bind is triggered after the file is totally received.</div></blockquote>For users with a specific flag...<br><br>See <strong class="text-strong">.help whois</strong> for more information.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Sat Mar 27, 2004 7:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-03-27T18:14:34-04:00</updated>

		<published>2004-03-27T18:14:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34999#p34999</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34999#p34999"/>
		<title type="html"><![CDATA[Recieving Files?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34999#p34999"><![CDATA[
The bot accepts and downloads the file all by itself. The RCVD bind is triggered after the file is totally received.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sat Mar 27, 2004 6:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-27T13:35:14-04:00</updated>

		<published>2004-03-27T13:35:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34994#p34994</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34994#p34994"/>
		<title type="html"><![CDATA[Recieving Files?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34994#p34994"><![CDATA[
Everyone knows FileServer Scripts, the EggDrop-Pages are full of them...<br>But have you seen a single script that recieves and stores a File from a User using DCC Send? I haven't.<br><br>I looked through the bind-Types of EggDrop, and afaik there is a bind for successfully Recieved Files (RECV). Hm, so I could check if I got the file.<br>But first I have to know if someone wants to send a file, what IP/port to use, and so on. Where do I get these Infos? Sure, a CTCP bind for DCC SEND could work, or a RAW bind for PRIVMSG with some CodeChars (\001) and DCC SEND.<br><br>And there is the Problem. I have no Idea how to "wait" for the file, and how to save it. Sending is easy, therefore we use "dccsend". But no "dccget", "dccrecv" or something?<br><br>I hope there's somebody out there that could help me.<br><br>Thanks in Advance.<br>Regards, BhaaL<p>Statistics: Posted by Guest — Sat Mar 27, 2004 1:35 pm</p><hr />
]]></content>
	</entry>
	</feed>
