• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Ftp problem

keny

New Pleskian
Hi i can start any ftp connection if i try whit my software i am disconect right away.

So i try to start proftpd and got that :

Starting ftp server: proftpd - Fatal: unable to read configuration file '/etc/proftpd.conf': No such file or directory

Proftpd.conf d'ont exist in ect. Plesk is not suppose to create this file ? I try dont remove plesk and reinstall afther but dont change anyting.

I am on debian 4.0 and plesk 8.3 this is the only problem i got how to fix it ?

Thanks
 
Probably on Debian systems /etc/proftpd.conf is located elsewhere, for example check in /etc/proftpd/proftpd.conf (or something like that). Search it with "locate proftpd.conf". When you find it create a symlink for the compatilibity:
ln -s /etc/proftpd/proftpd.conf /etc/proftpd.conf
 
Now i got :
Starting ftp server: proftpd - Fatal: unknown configuration directive 'ModulePath' on line 7 of '/etc/proftpd/modules.conf'

And this line point to :ModulePath /usr/lib/proftpd/ and this directory doesnt exist.

thanks for help
 
Back
Top