Archive for the ‘PureFTPd’ category

Increase the number of files shown in PureFTPd

November 10th, 2009

By default, pure-ftpd limits the amount of files and subdirectory trees to 2,000 files, and 8 levels of directories.

This can be changed in /etc/pure-ftpd.conf:

LimitRecursion 2000 8

Restart the service to enable any changes made:

/scripts/restartsrv_ftpserver