<?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: Using wget to mirror entire website folder</title>
	<atom:link href="http://bruno.defraine.net/techtips/using-wget-to-mirror-entire-website-folder/feed/" rel="self" type="application/rss+xml" />
	<link>http://bruno.defraine.net/techtips/using-wget-to-mirror-entire-website-folder/</link>
	<description>Collection of assorted technology tips</description>
	<lastBuildDate>Tue, 30 May 2017 02:56:35 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.19</generator>
	<item>
		<title>By: Bruno</title>
		<link>http://bruno.defraine.net/techtips/using-wget-to-mirror-entire-website-folder/#comment-10469</link>
		<dc:creator><![CDATA[Bruno]]></dc:creator>
		<pubDate>Fri, 11 Apr 2014 10:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://bruno.defraine.net/techtips/?p=45#comment-10469</guid>
		<description><![CDATA[Alternative when you want to download a flat Apache directory listing:

&lt;code&gt;wget -r -np -l1 -nd -N $URL&lt;/code&gt;

The option &lt;code&gt;-nd&lt;/code&gt; prevents the creation of the local directory structure.

Afterwards you can probably remove &lt;code&gt;index.html&lt;/code&gt; and &lt;code&gt;robots.txt&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Alternative when you want to download a flat Apache directory listing:</p>
<p><code>wget -r -np -l1 -nd -N $URL</code></p>
<p>The option <code>-nd</code> prevents the creation of the local directory structure.</p>
<p>Afterwards you can probably remove <code>index.html</code> and <code>robots.txt</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
