• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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