• 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.

only sFTP?

K

keegie

Guest
Hello,

I'm running Plesk 7.5.4 on a Linux-server. It's all working well, but I only seem to use FTP in secure mode. How do I make it for my clients possible to FTP through 'normal' FTP?

In my hosting setup page I can make a FTP user, but I have to give the user shell access in order to allow him to FTP. The shell accesses I have are:
- Forbidden
- /bin/sh
- /bin/bash
- /sbin/nologin
- /bin/ash
- /bin/bsh
- /bin/ksh
- /usr/bin/ksh
- /usr/bin/pdksh
- /bin/tcsh
- /bin/csh
/bin/bash (chrooted
/bin/rbash

Anyone?! I can't seem to find it....

Thanks!
 
Assuming you are using Linux here...

chkconfig --list ftp_psa

should say:

ftp_psa on

if it is off, then you want to run "chkconfig ftp_psa on"
 
Back
Top