Friday 8 March 2013

Increasing the number of filelistings in pureftpd


Following are the steps for the same.
1) Login to the server as root.

2) Open the configuration file for pure-ftpd.
 # vi /etc/pure-ftpd.conf

3) Locate the line which says :
LimitRecursion 2000 8

This is ‘ls’ recursion limits. The first argument is the maximum number of files to be displayed and the second one is the max subdirectories depth.

4) Edit the mentioned line to the limits as needed. For Eg I would like to list 3000 files to a subdirectory depth of 6 the setting will be as follows:
LimitRecursion 3000 6

5) Now just restart the pure-ftpd service on the server.
# /etc/init.d/pure-ftpd restart

Now you can view the difference in listing.