I guess you used chrooted users. Chrooted users do not have sftp enabled as the binaries for ftps are not in the jail, you can use scp instead.
If you want to give you users a secured way to upload files, you should use ftps (FTP with TLS) which is handled by the FTP daemon and not the SSH daemon.
|