• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Ftp

J

jdn76

Guest
Hello. I have installed and linux server, with distribution OpenSuSE 10.1 and I have instaled PLESK 8.3 for testing.
On my plesk does not appear on services ProFTPD. and the plesk have installed it.
My question is, why does not appear the icon on services to stop/start ftp server?

Is because I'm using a trial licence?


Regards,
Daniel
 
Hello

FTP service which comes with Plesk (proftpd) is running through Xinetd superserver, thus cannot be started/stopped/restarted separately:
# cat /etc/proftpd.conf | grep ^ServerType
ServerType inetd

You can start or stop is by stopping/starting xinetd, for example:
/etc/init.d/xinetd stop
 
Back
Top