How to increase the view limit of PureFTP on cPanel using whmapi1

The default cPanel limit is 10000

cat /etc/pure-ftpd.conf |grep LimitRecursion

LimitRecursion 10000 8

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

To increase the view limit of PureFTP on cPanel using whmapi1, you can follow these steps:

– Log in to your server via SSH using the root user.
– Run the following command to increase the limit to 20000:

whmapi1 set_service_config ftpd maxclients=20000

This command will set the view limit of PureFTP to 20000.

Regarding the impact on the server’s performance, increasing the view limit of PureFTP can potentially increase the server’s load and resource usage. The exact impact depends on various factors such as server configuration, available resources, and traffic on the server. It’s recommended to monitor the server’s performance after making any configuration changes to ensure that it’s running smoothly.

Similar Posts:

Leave a Reply

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