Increase Limit Recursion in FTP

By default the FTP server will show only 2000 files in a folder. We can increase this to 4000 files. Open the pure-ftpd configuration file and edit the lines.

vi pure-ftpd.conf
# ‘ls’ recursion limits. The first argument is the maximum number of
# files to be displayed. The second one is the max subdirectories depth

LimitRecursion 4000 8

Leave a comment