• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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