• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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