Right on FTPServer/FileSystem
Hi all,
I'm a new Debian administrator and I have a question about FTP.
I use Proftpd (with TLS) to access documents. By twisting the conf file, I can restrict right on folder per user.
For example,
John can read /var/ftp/x
James can read and write /var/ftp/x
But!
In order to work, John and James must have a valid system account, so they can log with ssh (I need it for a svn+ssh server)... My problem is that I cannot set a valid permission on directory /var/ftp/x in order to allow james to RW and John to R.
Is there a solution for this?
Tx