• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.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