• 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

Issue ProFTPD issue

syncro_7

New Pleskian
Hi guys !

I have a Cloud with Debian (v7.1.1) which I have acommodate a web. My problem is with ProFTP, the issue is :

root@localhost:/etc/proftpd.d# processing configuration directory '/etc/proftpd.d'

My config is : (By default)
# To have more informations about Proftpd configuration
# look at : http://www.proftpd.org/
#

# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName "ProFTPD"
ServerType standalone
DefaultServer on

<Global>
DefaultRoot ~
AllowOverwrite on
<IfModule mod_tls.c>
# common settings for all virtual hosts
TLSEngine on
TLSRequired off

TLSLog /var/log/plesk/ftp_tls.log


I don't know the problem, is a general error.

Any ideas?

Best regards.
 
Back
Top