Site icon Shaharia's Blog

Enable FTP Passive mode in PureFTP in your cPanel server

To enable the passive port range for Pure-FTPd, perform the following via the command line as the root user:

These configuration changes may be overwritten by system updates. To make these changes permanent, perform the following additional steps via the command line as the root user:

Now if the port number is not opened in your iptables then do the following to enable this passive mode port range enable in your iptables.

sudo iptables -I INPUT -p tcp --dport 49152:65534 -j ACCEPT
sudo service iptables save

This articles also recommended for you to read.

Exit mobile version