Hello .. I'm currently setting up an FTP with IIS. I was having trouble preventing users to see other users folders if they go back to the root. I tried different settings but most of them didn't work. However, I somehow stumbled across something interesting.
With the following setup:
root directory = c:\inetput\ftproot
two virtual directories:
c:\asfroot\test1
c:\asfroot\test2
user1: test1
user2: test2
With this set up.. whenever i logged in as test1 or test2 i was automatically fwded to the appropriate folder.. however.. i was also able to go up one level and then see the two folders (which was something I didn't want). It seemed like there wasn't a way to hide the folder with IIS until I accidently put an additional virtual directory in:
c:\asfroot
Somehow auto-magically i was prevented to see the root of C:\asfroot\test1 & c:\asfroot\test2 whenever i tried to up one level, say from the test1 directory, on the ftp program.
Does anyone know why?
Thanks.
T
With the following setup:
root directory = c:\inetput\ftproot
two virtual directories:
c:\asfroot\test1
c:\asfroot\test2
user1: test1
user2: test2
With this set up.. whenever i logged in as test1 or test2 i was automatically fwded to the appropriate folder.. however.. i was also able to go up one level and then see the two folders (which was something I didn't want). It seemed like there wasn't a way to hide the folder with IIS until I accidently put an additional virtual directory in:
c:\asfroot
Somehow auto-magically i was prevented to see the root of C:\asfroot\test1 & c:\asfroot\test2 whenever i tried to up one level, say from the test1 directory, on the ftp program.
Does anyone know why?
Thanks.
T