FTP administration question
FTP administration question
I have an FTP server at work with over a hundred users/shares. Up to this point it’s always been very straightforward, the user name matches the share name and when they log in all they can see is their folder. Now I have been asked to make a single share for multiple users and they don’t want them to be able to see any of the other folders. This sounds perfectly simple and easy but for some reason it doesn’t work that way, anyone have any idea what I’m missing here?

- Boogahz
- Super Poster!
- Posts: 9438
- Joined: July 6, 2002, 2:00 pm
- Gender: Male
- XBL Gamertag: corin12
- PSN ID: boog144
- Location: Austin, TX
- Contact:
Ah, I see. I can see all of the available folders on drives I have access to, but I cannot get into any that I do not have permission for.sarlen wrote:You would think so, when you do it that way it will still list all the other FTP folders which is what im trying to avoid.Deward wrote:Should be able to setup a general folder and just apply the proper permissions for the users.
Right, they cant get into them but the boss wants them to not even show and so far I dont see that its even possible.Boogahz wrote:Ah, I see. I can see all of the available folders on drives I have access to, but I cannot get into any that I do not have permission for.sarlen wrote:You would think so, when you do it that way it will still list all the other FTP folders which is what im trying to avoid.Deward wrote:Should be able to setup a general folder and just apply the proper permissions for the users.

- Animalor
- Super Poster!
- Posts: 5902
- Joined: July 8, 2002, 12:03 pm
- Gender: Male
- XBL Gamertag: Anirask
- PSN ID: Anirask
- Location: Canada
If it just needs to be a space to drop stuff in, then I would recommend just having anonymous access and just giving write access to the anon account to the home folder.
This way people can upload but can't even get a listing or see the contents of the folder.
http://www.windowsnetworking.com/articl ... g-FTP.html
Here's an article on IIS6 FTP. Looks like you just want to do away with user isolation altogether. If the FTP server is using the user's home folder property for the FTP server, then the anonymous access (or setting up an FTP account with it's own home as shared space) might be your only recourse.
This way people can upload but can't even get a listing or see the contents of the folder.
http://www.windowsnetworking.com/articl ... g-FTP.html
Here's an article on IIS6 FTP. Looks like you just want to do away with user isolation altogether. If the FTP server is using the user's home folder property for the FTP server, then the anonymous access (or setting up an FTP account with it's own home as shared space) might be your only recourse.