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

	<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>2005-09-26T04:04:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Figga]]></name></author>
		<updated>2005-09-26T04:04:07-04:00</updated>

		<published>2005-09-26T04:04:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56102#p56102</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56102#p56102"/>
		<title type="html"><![CDATA[Okay m8 ty for looking much appreciated]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56102#p56102"><![CDATA[
I will struggle on to try and find a solution might look at lftp to do it or something else that has native SSL FTP with it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6663">Figga</a> — Mon Sep 26, 2005 4:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-24T22:15:32-04:00</updated>

		<published>2005-09-24T22:15:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56071#p56071</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56071#p56071"/>
		<title type="html"><![CDATA[TLS and TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56071#p56071"><![CDATA[
you can't do that, at least not with ftp package that is provided by TclLib<br><br>the thing is that - as far as I can see from its manpage - the ftp package provides no way of specifying that its (control or data) connection has to be piped through [::tls::socket] - as opposed to http package, which does that:<div class="codebox"><p>Code: </p><pre><code>package require httppackage require tls::http::register https 443 ::tls::socketset token [::http::geturl https://my.secure.site/]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Sep 24, 2005 10:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Figga]]></name></author>
		<updated>2005-09-21T05:13:02-04:00</updated>

		<published>2005-09-21T05:13:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55953#p55953</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55953#p55953"/>
		<title type="html"><![CDATA[TLS and TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55953#p55953"><![CDATA[
Hi , nice forum by the way i have found some usefull information from here that has helped alot in my learning of tcl and eggdrops..<br>i recently started a script that logs into ftp sites to check for certain files in this case `*-missing` files...<br><br>Basically it took a list from a file delimited by full Colons ":" and split the list into IP:PORT:USER:PASS:DIRECTORY ....<br><br>This all worked fine with normal ftp's untill i tried to do it with SSL enabled FTPD's , i have googled and yahoo'd all sorts of questions in a quest for ideas on how to wrap the ftp_lib in tls / ssl but cannot find a way to do it and i dont know where to start wrapping the <a href="ftp" class="postlink">ftp</a>:: connection into TLS , i have installed TLS 1.5 on the eggdrop / box and it works succesfully in a tclsh environment (i input "package require tls" and it returns "1.5") so i know its working ....<br><br>has anyone else ever tried to wrap FTP libs in SSL/TLS using eggdrop or is it something that annot be done ?<br><br>All help wil be greatly appreciated as its beginning to become rather annoying !!<br><br>Thanks in advance<br>-F<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6663">Figga</a> — Wed Sep 21, 2005 5:13 am</p><hr />
]]></content>
	</entry>
	</feed>
