<?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>Tue, 10 Apr 2012 17:55:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: juan frankenstein</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-6817</link>
		<dc:creator>juan frankenstein</dc:creator>
		<pubDate>Wed, 08 Feb 2012 01:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-6817</guid>
		<description>just add the quit to your -e string 

lftp -u username,password -e “mirror –delete –only-newer –verbose path/to/source_directory path/to/target_directory;quit” ftpsite</description>
		<content:encoded><![CDATA[<p>just add the quit to your -e string </p>
<p>lftp -u username,password -e “mirror –delete –only-newer –verbose path/to/source_directory path/to/target_directory;quit” ftpsite</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Battaglin</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-6765</link>
		<dc:creator>Battaglin</dc:creator>
		<pubDate>Sat, 24 Dec 2011 00:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-6765</guid>
		<description>first.. great post
got this one little problem when using mirror to backup stuff
--
lftp -u username,password -e &quot;mirror --delete --only-newer --verbose path/to/source_directory path/to/target_directory&quot; ftpsite
--
if I use this in a .sh and want lftp to exit after..what to do?  I think I&#039;ve tried almost everything from the lftp man. -f or -c as suggested dont work at all :-(</description>
		<content:encoded><![CDATA[<p>first.. great post<br />
got this one little problem when using mirror to backup stuff<br />
&#8211;<br />
lftp -u username,password -e &#8220;mirror &#8211;delete &#8211;only-newer &#8211;verbose path/to/source_directory path/to/target_directory&#8221; ftpsite<br />
&#8211;<br />
if I use this in a .sh and want lftp to exit after..what to do?  I think I&#8217;ve tried almost everything from the lftp man. -f or -c as suggested dont work at all <img width='16' height='16' src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-sad.png' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cocoabean</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-6761</link>
		<dc:creator>Cocoabean</dc:creator>
		<pubDate>Fri, 09 Dec 2011 16:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-6761</guid>
		<description>&lt;code&gt;glob -d -- mirror -c *Foobar&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code>glob -d -- mirror -c *Foobar</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n2j3</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-6561</link>
		<dc:creator>n2j3</dc:creator>
		<pubDate>Thu, 08 Sep 2011 15:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-6561</guid>
		<description>&lt;code&gt; mirror --use-pget-n=5 &lt;/code&gt;
to employ lftp&#039;s much vaunted multiple connection mode (and seriously speed up transfer)</description>
		<content:encoded><![CDATA[<p><code> mirror --use-pget-n=5 </code><br />
to employ lftp&#8217;s much vaunted multiple connection mode (and seriously speed up transfer)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: herbs</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-6498</link>
		<dc:creator>herbs</dc:creator>
		<pubDate>Sat, 04 Jun 2011 06:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-6498</guid>
		<description>Thanks Jeff - I always wondered how to get the whole bunch with the subdirectories over.</description>
		<content:encoded><![CDATA[<p>Thanks Jeff &#8211; I always wondered how to get the whole bunch with the subdirectories over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-6452</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 13 Apr 2011 13:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-6452</guid>
		<description>Rehi,

Well lemme take that &quot;Glen, you&#039;re awesome&quot; comment back.  Simply because i thoughed &quot;glob -d mirror Foobar.*&quot; would actually work on dirs.  Which it does NOT.

So what i&#039;m really looking for is a way to mirror everydir containing a certain word.  &quot;glob -d mirror *Foobar&quot; only mirrored the FIRST dir matching &quot;Foobar&quot;.  :(

Any ideas?</description>
		<content:encoded><![CDATA[<p>Rehi,</p>
<p>Well lemme take that &#8220;Glen, you&#8217;re awesome&#8221; comment back.  Simply because i thoughed &#8220;glob -d mirror Foobar.*&#8221; would actually work on dirs.  Which it does NOT.</p>
<p>So what i&#8217;m really looking for is a way to mirror everydir containing a certain word.  &#8220;glob -d mirror *Foobar&#8221; only mirrored the FIRST dir matching &#8220;Foobar&#8221;.  <img width='16' height='16' src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-sad.png' alt=':(' class='wp-smiley' /> </p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-6451</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 13 Apr 2011 13:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-6451</guid>
		<description>Glen, you&#039;re awesome.

And thanks a bunch for this tread guys, really useful.</description>
		<content:encoded><![CDATA[<p>Glen, you&#8217;re awesome.</p>
<p>And thanks a bunch for this tread guys, really useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-5353</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Tue, 12 Oct 2010 01:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://bethesignal.org/?p=1363#comment-5353</guid>
		<description>This should work; 

glob -d mirror Foobar.*</description>
		<content:encoded><![CDATA[<p>This should work; </p>
<p>glob -d mirror Foobar.*</p>
]]></content:encoded>
	</item>
	<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>@Domas: Thanks, I&#8217;ve updated the post so it doesn&#8217;t suggest direct shell use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

