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

	<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-02-20T05:12:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-20T05:12:00-04:00</updated>

		<published>2002-02-20T05:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4716#p4716</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4716#p4716"/>
		<title type="html"><![CDATA[FTP and TCL - I need help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4716#p4716"><![CDATA[
You should RTM first.<br>ulmethod to 2, configure ftp correctly and there you go. Mail me with any problems, but only after you've RTM.<br><br>Baerchen<br><br><br>&lt;font size=-1&gt;[ This Message was edited by: Baerchen on 2002-02-20 02:14 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Wed Feb 20, 2002 5:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-12T14:00:00-04:00</updated>

		<published>2002-02-12T14:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4504#p4504</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4504#p4504"/>
		<title type="html"><![CDATA[FTP and TCL - I need help!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4504#p4504"><![CDATA[
OK, i've been using the ChatStats script, 3.1.1 by Baerchen.  I've made a lot of edits etc.  But I cant get it to upload to my server.  I changed the script so it would save it to a local directory and upload it, but it saves it to a local directry and DOESNT upload it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad">.<br><br>I'm quite new to TCL so i've proably made an obvious mistake.. so could anyone point it out from this portion of code I have edited?<br><div class="codebox"><p>Code: </p><pre><code>if {$ullist != ""} {  switch -exact $cs(ulmethod) {   1 {foreach e $ullist {       if {[file exists $e]} {        file copy -force $e $cs(localfolder)        file delete -force $eputs "cd /home/electro/chatstats"set ftpid [open "|$cs(ftpclient)" w]puts $ftpid "open -u $cs(username) -p $cs(password) $cs(ftpname)"puts $ftpid "cd $cs(ftpfolder) end]"puts $ftpid "put * end]"puts $ftpid "quit"       } else {putlog "CHATstats: Skipped moving $e, file not found."}      }     }</code></pre></div>I run the script on ulmeathod=1<br><p>Statistics: Posted by Guest — Tue Feb 12, 2002 2:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
