• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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