Proftpd passive mode hangs at LIST

Try this solution:

Run:

nano -w /etc/proftpd.conf

Code:
<Global>
PassivePorts 30000 30030
</Global>

Run:

service proftpd restart

nano -w /etc/sysconfig/iptables-config

Code:
IPTABLES_MODULES="nf_conntrack_ftp"

Run:

service iptables restart

 

SPECIAL THANKS TO: cPanel Forums

You may also like