• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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