<?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>Unix Surgeon &#187; Ftp Recursion Limit</title>
	<atom:link href="http://www.unixsurgeon.com/kb/tag/ftp-recursion-limit/feed" rel="self" type="application/rss+xml" />
	<link>http://www.unixsurgeon.com/kb</link>
	<description>Linux Hosting Solution, Linux Web Hosting Solution, Learn Linux, How to, Server Management , Web Hosting Solution , Linux Solution , KnowledgeBase , Linux Tutorial</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:42:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to change recursion limit(file limit list) in pure-ftp.</title>
		<link>http://www.unixsurgeon.com/kb/how-to-change-recursion-limitfile-limit-list-in-pure-ftp.html</link>
		<comments>http://www.unixsurgeon.com/kb/how-to-change-recursion-limitfile-limit-list-in-pure-ftp.html#comments</comments>
		<pubDate>Tue, 16 Mar 2010 06:23:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Linux tutorials]]></category>
		<category><![CDATA[lamp server]]></category>
		<category><![CDATA[Ftp Recursion Limit]]></category>
		<category><![CDATA[LimitRecursion]]></category>
		<category><![CDATA[pureftp]]></category>

		<guid isPermaLink="false">http://www.unixsurgeon.com/kb/?p=28</guid>
		<description><![CDATA[Today when i am uploading some documents( around 7000 documents) using pure-ftp.Every thing is fine means documents are fine uploading.But when i have cross checked our uploaded files i have seen only 1999 documents have uploaded.If we refresh the directory there is no change in count of documents.
Solution :- Just login to your Server with [...]]]></description>
			<content:encoded><![CDATA[<p>Today when i am uploading some documents( around 7000 documents) using pure-ftp.Every thing is fine means documents are fine uploading.But when i have cross checked our uploaded files i have seen only 1999 documents have uploaded.If we refresh the directory there is no change in count of documents.</p>
<p>Solution :- Just login to your Server with root user and do the following changes in your ftp configuration :-</p>
<p>1. Open the main ftp configuration file.<br />
2. root@linuxdude[~]# vi /etc/pure-ftpd.conf<br />
3. Just check the line no. 164 :-</p>
<p>——————————————————————–</p>
<p># ‘ls’ recursion limits. The first argument is the maximum number of<br />
# files to be displayed. The second one is the max subdirectories depth</p>
<p>LimitRecursion 2000 8<br />
——————————————————————–</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-7877248176171699";
google_ad_slot = "4635030684";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>4. edit /etc/pure-ftpd.conf and change line 164 to:</p>
<p># ‘ls’ recursion limits. The first argument is the maximum number of<br />
# files to be displayed. The second one is the max subdirectories depth</p>
<p>LimitRecursion 5000 15</p>
<p>5.Just save the file after modification and restart the pureftp server with the following command :-</p>
<p>root@linuxdude[~]# /etc/init.d/pure-ftpd restart</p>
<p>Now you can upload total 5000 files through ftp and 15 parallel subdirectories are allowed.</p>
<p>Enjoy Linux.. <img src='http://www.unixsurgeon.com/kb/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-7877248176171699";
google_ad_slot = "4635030684";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixsurgeon.com/kb/how-to-change-recursion-limitfile-limit-list-in-pure-ftp.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

