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

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