• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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