|
Home > Archive > IIS FTP Server > August 2006 > How to redirect specific user account to this folder ONLY
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to redirect specific user account to this folder ONLY
|
|
| Ricky Chan 2006-08-23, 1:26 pm |
| Hi,
I setup the IIS 6.0 server, and able to let all users to login to the
ftproot folder (c:\ftproot).
Here is what I want to achieve:
I want to create an user called "special" and when it logins, it will
redirect it to "c:\ftproot\special" instead of "c:\ftproot"
Is it possible? If so, would you please let me know how to do it?
Thanks
Ricky
| |
| Bernard Cheah [MVP] 2006-08-24, 1:27 am |
| all to root except one ?
in that case, just create normal ftp site without isolation.
ensure no folder name is the same with username, else ftp will auto redirect
user to related folders.
next, create a folder called 'special'...... when user 'special' login, ftp
will redirect the user to the folder.
to restrict access to that folder, configure proper NTFS permissions.
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
"Ricky Chan" <ricky.chan@thomson.com> wrote in message
news:%23dPSUxrxGHA.1292@TK2MSFTNGP03.phx.gbl...
> Hi,
>
> I setup the IIS 6.0 server, and able to let all users to login to the
> ftproot folder (c:\ftproot).
>
> Here is what I want to achieve:
>
> I want to create an user called "special" and when it logins, it will
> redirect it to "c:\ftproot\special" instead of "c:\ftproot"
>
> Is it possible? If so, would you please let me know how to do it?
>
> Thanks
> Ricky
>
|
|
|
|
|