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

	<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-08-10T11:11:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-08-10T11:11:33-04:00</updated>

		<published>2008-08-10T11:11:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84539#p84539</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84539#p84539"/>
		<title type="html"><![CDATA[use lftp in tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84539#p84539"><![CDATA[
Make sure you pass the whole command set as a single argument, such as this:<div class="codebox"><p>Code: </p><pre><code>exec lftp -c {open ip -u username,password -p port -e "mget /dir/"}#orexec lftp -c "open ip -u username,password -p port -e \"mget /dir/\""</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Aug 10, 2008 11:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[samba]]></name></author>
		<updated>2008-08-10T10:50:56-04:00</updated>

		<published>2008-08-10T10:50:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84538#p84538</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84538#p84538"/>
		<title type="html"><![CDATA[use lftp in tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84538#p84538"><![CDATA[
I use the shell command:<br><div class="codebox"><p>Code: </p><pre><code>lftp -c 'open ip -u username,password -p port -e "mget /dir/"'</code></pre></div>I want to use this in .tcl is that possible?<br><br>I already try:<br><div class="codebox"><p>Code: </p><pre><code>exec lftp -c 'open ip -u username,password -p port -e "mget /dir/"'</code></pre></div>but that gives the msg:<br><br>Tcl error [test]: extra characters after close-quote<br><br>Anyone a idea?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10131">samba</a> — Sun Aug 10, 2008 10:50 am</p><hr />
]]></content>
	</entry>
	</feed>
