I'm trying to get FTP working on a new almaLinux8 server with a fresh install of cPanel.
I've tried both Pro-FTP and Pure-FTP, but for discussion lets go with Pure-FTP
I want to use Port 55555, with implicit FTPS
I have that port range open in ConfigServer TCP IN = .... 50000:56000
My FTP connections say `An FTP with TLS/SSL connection to “xxxx” could not be opened because the connection was refused`
Unfortunately I can't find any logs with anything in them.
/home/thisaccount/logs/ is empty, and a search of other logs doesn't indicate the problem.
I've tried both Pro-FTP and Pure-FTP, but for discussion lets go with Pure-FTP
I want to use Port 55555, with implicit FTPS
Code:
cat /var/cpanel/conf/pureftpd/local
PassivePortRange: 50000 56000
Bind 55555
My FTP connections say `An FTP with TLS/SSL connection to “xxxx” could not be opened because the connection was refused`
Unfortunately I can't find any logs with anything in them.
/home/thisaccount/logs/ is empty, and a search of other logs doesn't indicate the problem.