• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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