<?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>HowConfig &#187; lftp</title>
	<atom:link href="http://www.howconfig.com/tag/lftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howconfig.com</link>
	<description>Quick tips on software configuration.</description>
	<lastBuildDate>Fri, 13 Jan 2012 12:55:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mirror websites with lftp</title>
		<link>http://www.howconfig.com/linux/mirror-websites-with-lftp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mirror-websites-with-lftp</link>
		<comments>http://www.howconfig.com/linux/mirror-websites-with-lftp/#comments</comments>
		<pubDate>Wed, 19 May 2010 22:13:47 +0000</pubDate>
		<dc:creator>config</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apache directory listing]]></category>
		<category><![CDATA[lftp]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[mirror website]]></category>
		<category><![CDATA[mirroring websites]]></category>

		<guid isPermaLink="false">http://www.howconfig.com/?p=50</guid>
		<description><![CDATA[There are lots of methods to mirror websites, you could use tons of Gui tools or just use Curl, wget or httrack. But as usual with linux there is a simpler and/or "better" method - lftp. It works great for mirroring Apache directory listings.]]></description>
			<content:encoded><![CDATA[<p>There are lots of methods to mirror websites, you could use tons of Gui tools or just use Curl, wget or httrack. But as usual with linux there is a simpler and/or &#8220;better&#8221; method &#8211; lftp. It works great for mirroring Apache directory listings.</p>
<p>Try this next time you want to mirror a website:</p>
<pre>lftp -e "mirror -c" http://greatdomain.com/somedir/</pre>
<p>oh and if there is &#8220;command not found&#8221; after you try it then:</p>
<p>for Debian based systems ( like ubuntu or debian itself )</p>
<pre>sudo apt-get install lftp </pre>
<p>for Rpm based ( like Centos or Fedora )</p>
<pre>yum install lftp</pre>
<p>for Mac OSX you could use MacPorts &#8211; <a href="http://www.macports.org">http://www.macports.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.howconfig.com/linux/mirror-websites-with-lftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

