<?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>Talkwards &#187; ftp</title>
	<atom:link href="http://www.talkwards.com/tag/ftp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.talkwards.com</link>
	<description>Advancing Talkwards...</description>
	<lastBuildDate>Sat, 03 Sep 2011 16:33:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>FTP with Wget</title>
		<link>http://www.talkwards.com/2008/10/ftp-with-wget</link>
		<comments>http://www.talkwards.com/2008/10/ftp-with-wget#comments</comments>
		<pubDate>Mon, 13 Oct 2008 09:07:18 +0000</pubDate>
		<dc:creator>Hoakz</dc:creator>
				<category><![CDATA[Computer Applications and Programs]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.hoakz.com/blog/?p=258</guid>
		<description><![CDATA[I&#8217;ve just had the total pain of trying to get files (a lot of files, in a lot of directories) via a musty old FTP client (in Linux/Ubuntu). The problem is that the FTP client (ftp) doesn&#8217;t offer much to help (like recursive downloads, or mapping up the directories on the client side with those [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just had the total pain of trying to get files (a lot of files, in a lot of directories) via a musty old FTP client (in Linux/Ubuntu).</p>
<p>The problem is that the FTP client (ftp) doesn&#8217;t offer much to help (like recursive downloads, or mapping up the directories on the client side with those on the serverside, etc).</p>
<p>I searched and I found this thread:</p>
<p><a href="http://ubuntuforums.org/archive/index.php/t-378221.html" target="_blank">http://ubuntuforums.org/archive/index.php/t-378221.html</a></p>
<p>&#8230;with this excellent snippet (posted by Mr. C.):</p>
<blockquote><p>wget -r &#8211;ftp-user YourUSERNAME &#8211;ftp-password YourPASS ftp://FTPSITE//dir/&#8217;*.html&#8217;</p></blockquote>
<p>If you want to download something other than *.html, you can change the file name pattern as you would expect.</p>
<p>If you want to add more directories, simply add them, but keep track of the number of slashes (&#8220;/&#8221;).  There should be only one after the new directory names (at least that&#8217;s how I made it work.  It may work wonderfully regardless of the number of slashes, but then again, why challenge fate?)</p>
<p>Happy FTPing!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.talkwards.com%2F2008%2F10%2Fftp-with-wget&amp;title=FTP%20with%20Wget" id="wpa2a_2"><img src="http://www.talkwards.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.talkwards.com/2008/10/ftp-with-wget/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

