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

	<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-07-03T19:25:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2005-07-03T19:25:45-04:00</updated>

		<published>2005-07-03T19:25:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51730#p51730</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51730#p51730"/>
		<title type="html"><![CDATA[Download a file from ftp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51730#p51730"><![CDATA[
i heared there is a ftp package too, i will check it out later.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Sun Jul 03, 2005 7:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-01T21:53:02-04:00</updated>

		<published>2005-07-01T21:53:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51633#p51633</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51633#p51633"/>
		<title type="html"><![CDATA[Download a file from ftp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51633#p51633"><![CDATA[
hmm this won't work at all, http package doesn't support FTP<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Jul 01, 2005 9:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-06-30T04:51:05-04:00</updated>

		<published>2005-06-30T04:51:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51547#p51547</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51547#p51547"/>
		<title type="html"><![CDATA[Download a file from ftp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51547#p51547"><![CDATA[
p<div class="codebox"><p>Code: </p><pre><code>ackage require httpproc wget {arg} {  if {![catch {open [file tail [split $arg]] w} wf]} {    fconfigure $wf -translation binary    if {![catch {http::data [set token [http::geturl $arg -binary 1 -timeout 9999]]}]} {      puts $wf "$rd"    } else {    putlog "Failed fetching file"    }    close $wf  }}</code></pre></div>could crash the bot not tested.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Thu Jun 30, 2005 4:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-06-27T07:23:54-04:00</updated>

		<published>2005-06-27T07:23:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51420#p51420</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51420#p51420"/>
		<title type="html"><![CDATA[Download a file from ftp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51420#p51420"><![CDATA[
install cygwin wget (uncheck all and then check: web -&gt; wget) and repeat demonds suggestion.<br>if you dont want to set up the cygwin bin path to the windows path, just call the wget.exe with full path (/cygdrive/c/.../wget.exe) or copy the wget.exe into the windrop dir should be fine as well.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Mon Jun 27, 2005 7:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2005-06-26T14:11:55-04:00</updated>

		<published>2005-06-26T14:11:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51405#p51405</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51405#p51405"/>
		<title type="html"><![CDATA[Download a file from ftp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51405#p51405"><![CDATA[
ye, nice, but i need this for windrops :/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Sun Jun 26, 2005 2:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-26T12:58:16-04:00</updated>

		<published>2005-06-26T12:58:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51403#p51403</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51403#p51403"/>
		<title type="html"><![CDATA[Download a file from ftp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51403#p51403"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>exec wget $fileurl</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Jun 26, 2005 12:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sKy]]></name></author>
		<updated>2005-06-26T11:58:07-04:00</updated>

		<published>2005-06-26T11:58:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51398#p51398</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51398#p51398"/>
		<title type="html"><![CDATA[Download a file from ftp]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51398#p51398"><![CDATA[
I have sendftp.tcl by ernst, it`s a nice tool to upload files to ftp. I was looking now for a proc which makes it possible to download a file from ftp.  Do someone know a script which has such a funktion?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6101">sKy</a> — Sun Jun 26, 2005 11:58 am</p><hr />
]]></content>
	</entry>
	</feed>
