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.… Read the rest

How to fix FileZilla Certificate Expired error

If you are experiencing a “Certificate Expired” error in FileZilla when attempting to connect to an FTP server on your cPanel server.

openssl s_client -connect yourserver.com:21 -starttls ftp

Verification error: certificate has expired

Restarting the FTP server can sometimes resolve the issue.… Read the rest