• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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