Output truncated to 10000 matches – How to Fix in Directadmin (PureFTPd)

By | February 15, 2016

Sometimes when you need to list a folder via FTP with huge number of files, you might see the following message:

2016-02-15_173153

So you will only get first 10000 files listed. If you need more, you need to change a setting in your init.d section. This solution is provided for PureFTPd FTP server, where this parameter can be set up in init script.

In order to change this limit, open /etc/rc.d/init.d/pure-ftpd

Find the string with options:

2016-02-15_173524

Change the limit setting after -L

2016-02-15_173616

Restart Pureftpd:

2016-02-15_173709

See that limit is gone. :)

2016-02-15_173822

Hope this will help you to have the complete list of files through FTP.

Leave a Reply

Your email address will not be published. Required fields are marked *