<?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>fengcool.com &#187; ncftp</title>
	<atom:link href="http://www.fengcool.com/tag/ncftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fengcool.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 25 Jan 2012 19:09:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Download all file recursively from ftp server</title>
		<link>http://www.fengcool.com/2008/11/download-all-file-recursively-from-ftp-server/</link>
		<comments>http://www.fengcool.com/2008/11/download-all-file-recursively-from-ftp-server/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 20:52:27 +0000</pubDate>
		<dc:creator>rick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[download recursive]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[ncftp]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/2008/11/download-all-file-recursively-from-ftp-server/</guid>
		<description><![CDATA[ncftpget is able to let you download entire ftp directory and sub directories from remote ftp server.
Install ncftp client

1
yum install ncftp

Start downloading

1
ncftpget -R -v -u &#34;username&#34;  -p &#34;userpassword&#34; ftp.someserver.com /home/save_at_here /downloads

where,

-R : download all subdirectories and files (recusive)
-v : verbose, show download activity
-u : ftp server user name
-p : ftp server user login (if [...]]]></description>
			<content:encoded><![CDATA[<p>ncftpget is able to let you download entire ftp directory and sub directories from remote ftp server.</p>
<p><strong>Install ncftp client</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #c20cb9; font-weight: bold;">install</span> ncftp</pre></td></tr></table></div>

<p><strong>Start downloading</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">ncftpget <span style="color: #660033;">-R</span> <span style="color: #660033;">-v</span> <span style="color: #660033;">-u</span> <span style="color: #ff0000;">&quot;username&quot;</span>  <span style="color: #660033;">-p</span> <span style="color: #ff0000;">&quot;userpassword&quot;</span> ftp.someserver.com <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>save_at_here <span style="color: #000000; font-weight: bold;">/</span>downloads</pre></td></tr></table></div>

<p>where,</p>
<ul>
<li>-R : download all subdirectories and files (recusive)</li>
<li>-v : verbose, show download activity</li>
<li>-u : ftp server user name</li>
<li>-p : ftp server user login (if skipped, will prompt to ask password)</li>
<li>ftp.someserver.com : ftp server domain or IP</li>
<li>/home/save_at_here : all downloaded file will save in this directory</li>
<li>/downloads : remote ftp server directory you wish to copy</li>
</ul>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2008%2F11%2Fdownload-all-file-recursively-from-ftp-server%2F&amp;linkname=Download%20all%20file%20recursively%20from%20ftp%20server"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2008/11/download-all-file-recursively-from-ftp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

