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

	<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>2001-11-18T06:54:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-18T06:54:00-04:00</updated>

		<published>2001-11-18T06:54:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1749#p1749</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1749#p1749"/>
		<title type="html"><![CDATA[FTP script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1749#p1749"><![CDATA[
it exists a FTP package tcl extension or if your tcl version is recent, it is now included in the tcllib<br>anyway see<br><a href="http://home.t-online.de/home/Steffen.Traeger/tindexe.htm" class="postlink">http://home.t-online.de/home/Steffen.Tr ... indexe.htm</a><p>Statistics: Posted by Guest — Sun Nov 18, 2001 6:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-14T09:58:00-04:00</updated>

		<published>2001-11-14T09:58:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1666#p1666</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1666#p1666"/>
		<title type="html"><![CDATA[FTP script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1666#p1666"><![CDATA[
Thanks man!<br>ncftpls comes as standard in slack8 so i had it =)<br><br>one more time: Thanks! =)<p>Statistics: Posted by Guest — Wed Nov 14, 2001 9:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2001-11-14T09:19:00-04:00</updated>

		<published>2001-11-14T09:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1665#p1665</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1665#p1665"/>
		<title type="html"><![CDATA[FTP script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1665#p1665"><![CDATA[
If your shell has the command "ncftpls" then it's really easy. "ncftpls" is a program that lets you do a directory listing of an ftp site. You specify host, port, username, password, and it returns a code depending how things went. Read "man ncftpls" for info on the return code (basically, 0 = success, non-zero = failure).<br><div class="codebox"><p>Code: </p><pre><code>% puts [catch "exec ncftpls ftp://ftp.eggheads.org"]0% puts [catch "exec ncftpls ftp://sheep.are.good.com"]1%</code></pre></div>With a little work, such as getting the arguments for username/password right, ncftpls should be able to help you out a lot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Nov 14, 2001 9:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-14T07:41:00-04:00</updated>

		<published>2001-11-14T07:41:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1663#p1663</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1663#p1663"/>
		<title type="html"><![CDATA[FTP script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1663#p1663"><![CDATA[
I need it to login to see if the owner hasen't changed password or anything. =)<br>Mission Impossible 4 =)<br><p>Statistics: Posted by Guest — Wed Nov 14, 2001 7:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-11-14T02:22:00-04:00</updated>

		<published>2001-11-14T02:22:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1657#p1657</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1657#p1657"/>
		<title type="html"><![CDATA[FTP script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1657#p1657"><![CDATA[
It would be easy to see if the ftp accepts connections on a certian port, do you actually need it to LOGIN?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Wed Nov 14, 2001 2:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-13T15:43:00-04:00</updated>

		<published>2001-11-13T15:43:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1642#p1642</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1642#p1642"/>
		<title type="html"><![CDATA[FTP script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1642#p1642"><![CDATA[
Hmm... is it possible to make the bot to check if a FTP is online or not? .. exec ftp if able to login return 1 else return 0 <br>but in real code ? =)<br><br>&lt;font size=-1&gt;[ This Message was edited by: woffer on 2001-11-13 12:43 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Tue Nov 13, 2001 3:43 pm</p><hr />
]]></content>
	</entry>
	</feed>
