|
Home > Archive > IIS FTP Server > October 2004 > User Accounts
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]
|
|
| Rob R. 2004-10-19, 5:51 pm |
| Hello;
I would like to set the FTP server up so that if a specific user loggs in,
then they are automatically taken to a specific directory. If a different
user loggs in, then they may be taken to a differnet directory automatically.
Example:
User A: loggs in
They are taken automatically to:
FTP://x.x.x.x/files/usera
User B: loggs in
They are taken automatically to:
FTP://x.x.x.x/files/userb
Admin loggs in
They are taken atuomatically to:
FTP://x.x.x.x/
This is not exact, but I need something similar.
Does anyone know if this is possible? If so, do you have any pointers?
Thank you very much!
Rob
| |
| Bernard 2004-10-19, 8:48 pm |
| For admin login, in order to redirect correctly, the directory name need to
match the user name, hence if you can try to create virtual directory with
'the username' and mapped it to the ftp root path.
if you using IIS 6, then try the same technique, but the admin users will
need to 'cd xxx' to navigate to the virtual directory.
--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/
"Rob R." <RobR@discussions.microsoft.com> wrote in message
news:CCC8A07B-A941-4AB1-ACEA-F76D8C7946E6@microsoft.com...
> Hello;
>
> I would like to set the FTP server up so that if a specific user loggs in,
> then they are automatically taken to a specific directory. If a different
> user loggs in, then they may be taken to a differnet directory
automatically.
>
> Example:
>
> User A: loggs in
> They are taken automatically to:
> FTP://x.x.x.x/files/usera
>
> User B: loggs in
> They are taken automatically to:
> FTP://x.x.x.x/files/userb
>
> Admin loggs in
> They are taken atuomatically to:
> FTP://x.x.x.x/
>
> This is not exact, but I need something similar.
>
> Does anyone know if this is possible? If so, do you have any pointers?
>
> Thank you very much!
>
> Rob
|
|
|
|
|