• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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