<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Windows Binary for LFTP</title>
	<atom:link href="http://www.hackmyidea.com/wordpress/2008/01/20/windows-binary-for-lftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackmyidea.com/wordpress/2008/01/20/windows-binary-for-lftp/</link>
	<description>stuff i'm working on</description>
	<pubDate>Sat, 22 Nov 2008 10:23:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: brian beckham</title>
		<link>http://www.hackmyidea.com/wordpress/2008/01/20/windows-binary-for-lftp/#comment-183</link>
		<dc:creator>brian beckham</dc:creator>
		<pubDate>Thu, 18 Sep 2008 20:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackmyidea.com/wordpress/2008/01/20/windows-binary-for-lftp/#comment-183</guid>
		<description>When trying to use the file as input for LFTP, the program will not accept a directory for mirror or lcd - running the same commands interactively works fine....any ideas?</description>
		<content:encoded><![CDATA[<p>When trying to use the file as input for LFTP, the program will not accept a directory for mirror or lcd - running the same commands interactively works fine&#8230;.any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maurice</title>
		<link>http://www.hackmyidea.com/wordpress/2008/01/20/windows-binary-for-lftp/#comment-157</link>
		<dc:creator>Maurice</dc:creator>
		<pubDate>Wed, 06 Aug 2008 01:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackmyidea.com/wordpress/2008/01/20/windows-binary-for-lftp/#comment-157</guid>
		<description>I guess we need to compile it under VISTA to make it work there. I might give it a shot unter XP.</description>
		<content:encoded><![CDATA[<p>I guess we need to compile it under VISTA to make it work there. I might give it a shot unter XP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CwD</title>
		<link>http://www.hackmyidea.com/wordpress/2008/01/20/windows-binary-for-lftp/#comment-153</link>
		<dc:creator>CwD</dc:creator>
		<pubDate>Fri, 25 Jul 2008 03:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackmyidea.com/wordpress/2008/01/20/windows-binary-for-lftp/#comment-153</guid>
		<description>hmm, it doesn't work with windows VISTA. (surprise!) I am looking for an improved command line ftp program (for windows xp and vista). it's not that the windows version is too basic, it just seems to hang a lot and sometimes doesn't work well with certain servers. it seems like there would be a ton of command line alternatives but I can't find any! thanks!</description>
		<content:encoded><![CDATA[<p>hmm, it doesn&#8217;t work with windows VISTA. (surprise!) I am looking for an improved command line ftp program (for windows xp and vista). it&#8217;s not that the windows version is too basic, it just seems to hang a lot and sometimes doesn&#8217;t work well with certain servers. it seems like there would be a ton of command line alternatives but I can&#8217;t find any! thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Hoppe</title>
		<link>http://www.hackmyidea.com/wordpress/2008/01/20/windows-binary-for-lftp/#comment-43</link>
		<dc:creator>Ole Hoppe</dc:creator>
		<pubDate>Mon, 25 Feb 2008 13:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackmyidea.com/wordpress/2008/01/20/windows-binary-for-lftp/#comment-43</guid>
		<description>Hi
you need to execute the 'open' command prior to executing anything else like 'mirror'. Try something like
lftp -c "open -u username,password domain_name &#38;&#38; mirror -p -e . local_target_folder"
Good luck
Ole</description>
		<content:encoded><![CDATA[<p>Hi<br />
you need to execute the &#8216;open&#8217; command prior to executing anything else like &#8216;mirror&#8217;. Try something like<br />
lftp -c &#8220;open -u username,password domain_name &amp;&amp; mirror -p -e . local_target_folder&#8221;<br />
Good luck<br />
Ole</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gui</title>
		<link>http://www.hackmyidea.com/wordpress/2008/01/20/windows-binary-for-lftp/#comment-29</link>
		<dc:creator>Gui</dc:creator>
		<pubDate>Sun, 03 Feb 2008 01:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackmyidea.com/wordpress/2008/01/20/windows-binary-for-lftp/#comment-29</guid>
		<description>Here it is. I want to mirror all the files from a ftp. If I take your code, it goes like this:

C:/WINDOWS/system/lftp.exe -c "mirror -p -e --verbose ./ newFolder" ftp://user:pass@xx.xx.xx.xx

Unfortunatly, it doesnt work.

It creates a folder named newFolder on my computer but says "mirror:not Connected" into the prompt

Any idea?</description>
		<content:encoded><![CDATA[<p>Here it is. I want to mirror all the files from a <a href="http://ftp" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/ftp');">http://ftp</a>. If I take your code, it goes like this:</p>
<p>C:/WINDOWS/system/lftp.exe -c &#8220;mirror -p -e &#8211;verbose ./ newFolder&#8221; <a href="ftp://user:pass@xx.xx.xx.xx" rel="nofollow" onclick="javascript:urchinTracker ('/outbound/comment/user:pass@xx.xx.xx.xx');">ftp://user:pass@xx.xx.xx.xx</a></p>
<p>Unfortunatly, it doesnt work.</p>
<p>It creates a folder named newFolder on my computer but says &#8220;mirror:not Connected&#8221; into the prompt</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
