How to increase the "number of files returned" limit

matti0000

Member
Dec 10, 2006
5
0
151
Gidday

One of my site's folders contains 2000+ files but my FTP clients can only show 1998. How do I fix this?
 

mickalo

Well-Known Member
Apr 16, 2002
782
5
318
N.W. Iowa
Gidday

One of my site's folders contains 2000+ files but my FTP clients can only show 1998. How do I fix this?
if your using pure-ftpd, in the configuration file you'll see a setting like this:
Code:
# 'ls' recursion limits. The first argument is the maximum number of
# files to be displayed. The second one is the max subdirectories depth

LimitRecursion              2000 8
you can make the necessary adjustment and restart pure-ftpd and this help.

Mickalo
 

matti0000

Member
Dec 10, 2006
5
0
151
Nope. :(

There are these:
.imapv4cp5c
ftpquota

and in thecia.com.au there are:
passwd
passwd,v
quota
quota,v
shadow
shadow,v
 

rhysmcmurdo

Member
Apr 12, 2006
13
0
151
This needs to be done in the /etc/pure-ftpd.conf file. From the looks of it, you do not have admin/root privileges on this server? If this is the case, you will need to ask the system admin (nicely) to modify this for you.
 

matti0000

Member
Dec 10, 2006
5
0
151
WHM\Tweak Ftp Settings

Installed Ftp Server
pure-ftpd
Button: Switch to Proftpd

Anonymous Ftp
Anonymous Ftp is currently: disabled
Button: Enable Anonymous Ftp

Does this mean yes?