<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Be the signal &#187; ftp</title>
	<atom:link href="http://bethesignal.org/blog/tag/ftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://bethesignal.org</link>
	<description>where we&#039;re going, we don&#039;t need roads...</description>
	<lastBuildDate>Wed, 30 Dec 2009 16:15:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://bethesignal.org/?pushpress=hub'/>
		<item>
		<title>Recursive get with lftp</title>
		<link>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/</link>
		<comments>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 11:57:10 +0000</pubDate>
		<dc:creator>Jeff Waugh</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[lftp]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[recursive]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://bethesignal.org/?p=1363</guid>
		<description><![CDATA[If you&#8217;re trying to figure out how to recursively download a directory with lftp, the wonderful command-line FTP and SFTP client, this is what you want:
mirror &#60;directory&#62;
&#8230; and that&#8217;s that. Hopefully this will be more helpful to someone than the current Google documentation results.  
Update: Thanks to molok in the comments, here&#8217;s how you [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to figure out how to recursively download a directory with <tt>lftp</tt>, the wonderful command-line FTP and SFTP client, this is what you want:</p>
<pre>mirror &lt;directory&gt;</pre>
<p>&#8230; and that&#8217;s that. Hopefully this will be more helpful to someone than the current Google documentation results. <img src='http://bethesignal.org/wp-content/plugins/tango-smilies/tango/face-wink.png' alt=';-)' class='wp-smiley' /> </p>
<p><strong>Update:</strong> Thanks to <a href="http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/#comment-3670">molok in the comments</a>, here&#8217;s how you upload recursively:</p>
<pre>mirror -R &lt;directory&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://bethesignal.org/blog/2008/12/04/recursive-get-with-lftp/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
