<?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/1807" />

	<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>2002-05-28T06:41:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-05-28T06:41:00-04:00</updated>

		<published>2002-05-28T06:41:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=7323#p7323</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=7323#p7323"/>
		<title type="html"><![CDATA[FTP.tcl problem...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=7323#p7323"><![CDATA[
I am using ftp.tcl using this code:<br><br>Code:<br>bind pub - !connect ftp_connect<br><br>proc ftp_connect {nick uhost hand chan arg} {<br><br>set chan #TestChannel<br>set ip [lindex $arg 0]<br>set mode [lindex $arg 1]<br>if {$mode == ""} {<br>set mode "active"<br>}<br>set delay 10<br>set filea "rootlist.txt"<br>set server "$ip"<br>set user "anonymous"<br>set pass "<a href="mailto:me@me.com">me@me.com</a>"<br>if {![FTP::Open $server $user $pass -port 21 -mode $mode -timeout 45]} {ETC}<br><br>In this i am using !connect &lt;ip&gt; to connect.  However the first time i type that it says connection failed, and when i type it again it works...Is there any reason why i have to type this twice?<p>Statistics: Posted by Guest — Tue May 28, 2002 6:41 am</p><hr />
]]></content>
	</entry>
	</feed>
