Yes, you are correct. this can only be done via 'virtual directory.
And about your concern, as long as you got the correct permission, it should
be fine.
e.g.
ftproot
d:\ftp\localuser\ (UserX - Read, Admin1 - Full)
userX (UserX - Full on their own folder, Admin1 - Full)
d:\ftp\localuser\userX
admin1
d:\ftp\localuser\admin1
virtual directory (/manage)
d:\ftp\localuser\
so even if User1 - discover the /manage folder, he/she can only see User1
folder as he/she doesn't have READ permission on other user folder.........
--
Regards,
Bernard Cheah
http://www.iis-resources.com/ http://www.iiswebcastseries.com/ http://msmvps.com/blogs/bernard/ [quoted text, click to view] "maquez" <maquez@discussions.microsoft.com> wrote in message
news:0AC6E318-FE17-41EA-95BE-7C57A75EAA3D@microsoft.com...
> I'm looking for a way to have 20 or so FTP user accounts that are
> isolated,
> but to then also have an admin/manager login that would not be isolated
> and
> could access any of the other user account folders. Is this possible? I
> am
> trying to do this without AD integration.
>
> Looks like I could setup a virtual directory, but if any of the other
> users
> guessed what the name of the virutal directory was they could cd to that
> directory. I would like it so there was no chance any of the isololated
> users could "escape" their folder.
>
> Any suggestions? Thanks