• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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