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

	<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>2008-03-06T15:20:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-03-06T15:20:54-04:00</updated>

		<published>2008-03-06T15:20:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81490#p81490</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81490#p81490"/>
		<title type="html"><![CDATA[connecting to ftp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81490#p81490"><![CDATA[
<blockquote class="uncited"><div>the following will send the file "backupfile" to the "/whereto/"-folder on "moxquiz.mo-funpic.de"<br><br><div class="codebox"><p>Code: </p><pre><code>set file "backupfile"exec /usr/bin/ncftpput -V -a -m -f ~/ftpserver.ftp /whereto/ ~/$file</code></pre></div><br>the "ftpserver.ftp"-file has to look like this:<div class="codebox"><p>Code: </p><pre><code>host moxquiz.mo.funpic.deuser moxquizpass supersecretpw</code></pre></div>with this, there is no extra installation necessary.<br><br>unfortunately, my bot crashed every time, "moxquiz.mo-funpic.de" wasn't reachable.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"></div></blockquote>this will only work if ncftpput is installed and at that location, poor coding to rely on shell commands that can can change location depending on operating system (or may not be installed at all)<br>using either TCL's socket or 'package ftp' methods are orders of magnitude better for TCL scripts<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Thu Mar 06, 2008 3:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2008-03-06T15:06:15-04:00</updated>

		<published>2008-03-06T15:06:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81489#p81489</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81489#p81489"/>
		<title type="html"><![CDATA[connecting to ftp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81489#p81489"><![CDATA[
the following will send the file "backupfile" to the "/whereto/"-folder on "moxquiz.mo-funpic.de"<br><br><div class="codebox"><p>Code: </p><pre><code>set file "backupfile"exec /usr/bin/ncftpput -V -a -m -f ~/ftpserver.ftp /whereto/ ~/$file</code></pre></div><br>the "ftpserver.ftp"-file has to look like this:<div class="codebox"><p>Code: </p><pre><code>host moxquiz.mo.funpic.deuser moxquizpass supersecretpw</code></pre></div>with this, there is no extra installation necessary.<br><br>unfortunately, my bot crashed every time, "moxquiz.mo-funpic.de" wasn't reachable.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Thu Mar 06, 2008 3:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Spyyy]]></name></author>
		<updated>2008-03-06T10:42:52-04:00</updated>

		<published>2008-03-06T10:42:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81479#p81479</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81479#p81479"/>
		<title type="html"><![CDATA[connecting to ftp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81479#p81479"><![CDATA[
ok, thanks for helping <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br>1 more question, is it possible that it will transfer files through ftps after command from channel and it will show that its complete <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">?<br><br>btw. how to install that ftp package<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9761">Spyyy</a> — Thu Mar 06, 2008 10:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2008-03-06T04:20:51-04:00</updated>

		<published>2008-03-06T04:20:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81475#p81475</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81475#p81475"/>
		<title type="html"><![CDATA[connecting to ftp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81475#p81475"><![CDATA[
...or, if you don't feel like reinventing the wheel, use the <a href="http://tcllib.sourceforge.net/doc/ftp.html" class="postlink">ftp package</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Thu Mar 06, 2008 4:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2008-03-05T22:24:08-04:00</updated>

		<published>2008-03-05T22:24:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81472#p81472</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81472#p81472"/>
		<title type="html"><![CDATA[Re: connecting to ftp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81472#p81472"><![CDATA[
<blockquote class="uncited"><div>hi.<br><br>I was wondering if its possible to connect to ftp through eggdrop after command from channel and send there command or make dir?</div></blockquote>Indeed it is with sockets and using "PUT".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Wed Mar 05, 2008 10:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Spyyy]]></name></author>
		<updated>2008-03-05T19:15:54-04:00</updated>

		<published>2008-03-05T19:15:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=81467#p81467</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=81467#p81467"/>
		<title type="html"><![CDATA[connecting to ftp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=81467#p81467"><![CDATA[
hi.<br><br>I was wondering if its possible to connect to ftp through eggdrop after command from channel and send there command or make dir?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9761">Spyyy</a> — Wed Mar 05, 2008 7:15 pm</p><hr />
]]></content>
	</entry>
	</feed>
