[Proftpd-user] How set ProFtpd read-write permission for specific user without chown

Davide Marchi <[email protected]>
Newsgroups gmane.network.proftpd.user
Message-ID <[email protected]>
Hi Friends,
I know that the matter is much debated and therefore excuse me in 
advance if I have not yet understood it.. :-)

I'm using Debian Jessie and Proftpd 1.3.5-1.1..

I would like to allow read-write permission for a specific user "myuser" 
within the directory /var/www/mysite.it/public_html.
For make this, I've added "myuser" to "www-data" group, and then 
assigned write permission to the specific directory (in which this user 
must operate):

chmod -R g+w /var/www/mysite.it/public_html..


I would like to know if it is the only possible way or if it is possible 
to make, through the configuration of ProFtpd, to assign these 
permissions without the use of chown.

This is a piece of my proftpd.conf:

<Directory /var/www/mysite.it/public_html/>
Umask 022 022
AllowOverwrite on
         <Limit MKD STOR DELE XMKD RNRF RNTO RMD XRMD>
         AllowUser myuser
         DenyAll
         </Limit>
</Directory>


Thanks in advance


Davide

Italy


_______________________________________________
ProFTPD Users List   <[email protected]>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.