• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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