proFTPD on my Plesk 12.5 (centOS 6.6)

521 views Asked by At

I have an issue with proFTPD. I can see it's installed, when I look in my plesk admin (in "Updates and upgrades"). But when I try to restart proFTPD through SSH - it says "proftpd: unrecognized service". But I can see the "files" in my Plesk controlpanel. I can't connect through FileZilla.

And I don't see proFTPD in "/etc/init.d" - does anyone have and idea why this is?

Please, I really need some ideas... I might have gone blind on this :(

1

There are 1 answers

3
Oleg Neumyvakin On

proftpd running as xinetd process, you can restart it with:

/etc/init.d/xinetd restart

Error message Server sent passive reply with unroutable address points to server working behind the NAT, general advise is to switch to "active" mode as described here and pay attention to further error messages.

There maybe some other errors related to SELinux(try temporary disable it with setenforce 0) or iptables(or some intermediate firewall)