To enable the passive port range for Pure-FTPd, perform the following via the command line as the root user: Open the /etc/pure-ftpd.conf configuration file in your preferred text editor. Remove the comment (#) from the beginning of the line which contains the PassivePortRange option. Change that line to the following: 1 PassivePortRange 49152 65534 Save…
Read More
In case you need to restrict FTP connections from any IP, you can do that but the default the limit is 8. It is not recommended to increase the limit of 8, for security reasons. Follow steps as # Maximum number of sim clients with the same IP address MaxClientsPerIP 8 1.Open pure-FTP configuration file using…
Read More
cPanel does not allow you to change the FTP path for main account or sub accounts, but you can change it from the FTP user configuration file. By default, the cPanel user has a file in /etc/proftpd (even if you use pure-ftp the location is same) /etc/proftpd contains a file for each of the accounts…
Read More
You can receive this error even if you are using correct FTP login details. Cause : The ftp passwords and cpanel passwords are stored in separate locations and sometimes the ftp passwords wont get updated when you update cpanel passwords. Resolution: You can resolve this issue by following steps in WHM as 1. Switch FTP…
Read More
The error reports because the FTP SSL encryption settings are incorrect while connection. Please use following settings into your FTP client as (Options in Filezilla) Main >> Service Configuration >> FTP Server Configuration TLS Encryption Support >> “optional” Settings: Host: domain name or server Ip Port : 21 Server Type : FTPES -FTP over explicit…
Read More