<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Recursive get with lftp</title>
	<atom:link href="http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/</link>
	<description>where we&#039;re going, we don&#039;t need roads...</description>
	<lastBuildDate>Sat, 20 Feb 2010 06:58:05 +1100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Don</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-4312</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Mon, 22 Jun 2009 05:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-4312</guid>
		<description>its annoying that you cant do a glob on a directory like:

&gt; mirror Foobar.*</description>
		<content:encoded><![CDATA[<p>its annoying that you cant do a glob on a directory like:</p>
<p>&gt; mirror Foobar.*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Waugh</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-3672</link>
		<dc:creator>Jeff Waugh</dc:creator>
		<pubDate>Thu, 04 Dec 2008 12:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-3672</guid>
		<description>@Domas: Thanks, I&#039;ve updated the post so it doesn&#039;t suggest direct shell use.</description>
		<content:encoded><![CDATA[<p>@<a href="http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-3671">Domas</a>: Thanks, I&#8217;ve updated the post so it doesn&#8217;t suggest direct shell use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Domas</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-3671</link>
		<dc:creator>Domas</dc:creator>
		<pubDate>Thu, 04 Dec 2008 12:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-3671</guid>
		<description>At least in Debian you need to use &lt;strong&gt;lftp -e mirror ftp.example.com&lt;/strong&gt; for mirroring remote site.</description>
		<content:encoded><![CDATA[<p>At least in Debian you need to use <strong>lftp -e mirror <a href="http://ftp.example.com" rel="nofollow">http://ftp.example.com</a></strong> for mirroring remote site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: molok</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-3670</link>
		<dc:creator>molok</dc:creator>
		<pubDate>Thu, 04 Dec 2008 12:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-3670</guid>
		<description>and &#039;mirror -R&#039; to upload a directory... awesome.</description>
		<content:encoded><![CDATA[<p>and &#8216;mirror -R&#8217; to upload a directory&#8230; awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Waugh</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-3669</link>
		<dc:creator>Jeff Waugh</dc:creator>
		<pubDate>Thu, 04 Dec 2008 12:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-3669</guid>
		<description>@Andre Pang: Crazy zsh mans! :-)</description>
		<content:encoded><![CDATA[<p>@<a href="http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-3668">Andre Pang</a>: Crazy zsh mans! <img src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Pang</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-3668</link>
		<dc:creator>Andre Pang</dc:creator>
		<pubDate>Thu, 04 Dec 2008 12:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-3668</guid>
		<description>lftp: the zsh of ftp clients.  Fucken&#039; A man.</description>
		<content:encoded><![CDATA[<p>lftp: the zsh of ftp clients.  Fucken&#8217; A man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-3667</link>
		<dc:creator>Garrett</dc:creator>
		<pubDate>Thu, 04 Dec 2008 11:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-3667</guid>
		<description>I love lftp. It&#039;s great.

I use mget all the time, and mirror is really useful as you suggest. 

As a related tip: Did you know you can use lftp on http as well? It understands directory indexing (such as Apache&#039;s) and presents it in the simple lftp interface we all know and love.</description>
		<content:encoded><![CDATA[<p>I love lftp. It&#8217;s great.</p>
<p>I use mget all the time, and mirror is really useful as you suggest. </p>
<p>As a related tip: Did you know you can use lftp on http as well? It understands directory indexing (such as Apache&#8217;s) and presents it in the simple lftp interface we all know and love.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.170 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-20 01:49:13 -->
<!-- Compression = gzip -->