FTP FILE LIMIT
I have just encountered an issue in which the client has more than 2,000 files in a folder. but only 1,998 files display in his FTP client.
Solution :
By default, Pure-FTPd only shows up to 2,000 files in each folder.
To display more than 2,000 files when your server uses Pure-FTPd, perform the following steps:
To display more than 2,000 files when your server uses Pure-FTPd, perform the following steps:
In the command line, use your preferred text editor to open the pure-ftpd.conf file.
Locate the line that contains the following text:
Locate the line that contains the following text:
LimitRecursion 2000 8
Replace 2000 with the number of files that you wish to view in the folder.
Restart the pure-ftpd service
No comments:
Post a Comment