LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   About Proftpd ftp server config (https://www.linuxquestions.org/questions/linux-newbie-8/about-proftpd-ftp-server-config-192545/)

tommyliu 06-11-2004 09:21 PM

About Proftpd ftp server config
 
Dear all experts,

I have a problem about config Proftpd ftp server.

For example : I have two users david and peter in system. Is it possible

to do when peter login ftp server, he can see directory: download,

document, home. david login ftp server, he can see directory: download,

document, home.

In the above example: download and document directory is common and

just home in the login user's home directory. Is it possible to do that ???

Thanks,

Tommy

LoK 06-11-2004 10:26 PM

Most definately,

You can use commands like;

<Directory docs> here you would need to put the correct dir name
<Limit WRITE DELE READ STORE> see man for complete list
AllowAll DenyAll AllowUser XXX DenyUser XXXhere you set the allow or deny for a given user
</Limit>
</Directory>

<Directory public_html> here you would need to put the correct dir name
<Limit WRITE DELE DIRS READ STORE> see man for complete list
AllowAll DenyAll AllowUser XXX DenyUser XXXhere you set the allow or deny for a given user
</Limit>
</Directory>

tommyliu 06-13-2004 11:39 AM

I think the is it the answer is not my want


All times are GMT -5. The time now is 04:43 PM.