LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Proftpd Limiting Directory Listings (https://www.linuxquestions.org/questions/linux-networking-3/proftpd-limiting-directory-listings-580267/)

blither 08-27-2007 06:04 PM

Proftpd Limiting Directory Listings
 
Hi i am working on a config file for my ftp server. I am trying to set it up so that the users have their home directories but they are not locked to that so that some other users can access files which they have permission too in different directories...i know that didnt come out right...

this is the basic look i want

for a user who is only allowed in their home directory and they use the LIST command
Code:

----- if they are in /
/Volumes

----- if they are in /Volumes
/Volumes/raid

----- if they are in /Volumes/raid
/Volumes/raid/Users

----- if they are in /Volumes/raid/Users
/Volumes/raid/Users/[usersname]

but if they are a user that can access other files in other directories it should look like this...

Code:

----- if they are in /
/www
/Volumes

and it would go on the same and only show the directories that they have permission to view.


All times are GMT -5. The time now is 10:22 AM.