proftpd confguration

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I have installed proftp SW on a Red hat linux machine.

I would like to know how one has to configure a directory from 3

for the following situation. Sorry if I ask the question here.

 

I have 3 directories A ,B, C. Few people uses these directories.

They login with the same username/password(This is a Project

account.Only ftp access).In directory B only  users from

PC1, PC2, PC3 have all the privileges. Users from other PCs

are only having READ, LIST,DIRS access.This is my present configuration.

With this I can write from any PC's in directory B which I donot want.

 

 

<Directory /*>

                <Limit ALL>

                    order allow, deny

                    Allow from all

                </Limit>

 </Directory>

 

       <Directory /B>

               <Limit READ DIRS>

                   order allow,deny

                   Allow from all

               </Limit>

 

                <Limit WRITE>

                    order allow,deny

                    Allow from PC1,PC2,PC3

                    Deny from all

                </Limit>

 

        </Directory>

</Anonymous>

 

  Thanks in advance,

     Kumar

 

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux