List more files on FTP
To increase the number of files that can be displayed per directory in Debian 8.
The first argument is the maximum number of files to be displayed. The second one is the max subdirectories depth.
LimitRecursion 5000 5
1 |
echo "5000 5" > /etc/pure-ftpd/conf/LimitRecursion |
Then restart the ftp service
1 |
service pure-ftpd-mysql restart |
Leave a Reply