• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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