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.
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.