Re: Our customer's confusing requirment - IIS5.1 ftp user's own directory?



"David.Lee" <leeleilei@xxxxxxx> wrote in message
news:ONLfSU4xFHA.596@xxxxxxxxxxxxxxxxxxxxxxx
>I am so confused these days. Our customer gave us a big, confusing problem.
>
> Here is the requirment:
> 1. OS enviroment : Windows2000 Server + SP4
> 2. FTP Server Software: IIS5.1
> 3. FTP's home direcotry: D:\root
> 4. One ftp user(admin, for example)'s "working directory" is
> D:\root\log\2005, which means when the "admin" logon the ftp server, the
> server can "redirect" admin's "working directory" to the specific
> directory - D:\root\log\2005.
>

Create a Virtual Directory named 'admin' that points to d:\root\log\2005.
Log in via ftp as admin

the only point that your customer will have to understand is that if (when?)
they issue a pwd command, the ftp server will respond with /admin and not
/log/2005.

oh, and the 'admin' virtual directory will not show up in 'ls' output from
the root of the ftp server.

Thanks,
Mark


.



Relevant Pages

  • Re: virtual directories for the ftp server
    ... I don't think the FTP Server can handle rooted virtual directory names like ... I am also almost positive you do not want the double slash in the registry ... If you still don't have luck, you can try getting a debug version of the FTP ...
    (microsoft.public.windowsce.embedded)
  • Re: Why arent the ftp virtual directories visible
    ... >I have created a virtual directory for my ftp server. ... >command, they don't see the virtual directory getting listed there. ... Paul Lynch ...
    (microsoft.public.inetserver.iis)
  • Re: Default options for new users
    ... >I was wondering if there was a way that I can set each new local user on my ... >server, it's a 2k3 FTP server, to have the default option to password never ... >the virtual directory a couple of months ago, and now the user cannot get ... Prev by Date: ...
    (microsoft.public.windows.server.general)
  • Re: Why arent the ftp virtual directories visible
    ... George Hester ... > I have created a virtual directory for my ftp server. ... > command, they don't see the virtual directory getting listed there. ...
    (microsoft.public.inetserver.iis)
  • Default options for new users
    ... I was wondering if there was a way that I can set each new local user on my ... server, it's a 2k3 FTP server, to have the default option to password never ... the virtual directory a couple of months ago, and now the user cannot get ... Prev by Date: ...
    (microsoft.public.windows.server.general)

Loading