Re: set different ftp root dir per user ?

From: scott (nospamscott_at_yahoo.com)
Date: 05/21/04


Date: Fri, 21 May 2004 13:25:52 +0100

IIS 6 it is then.

Thanks for your help.
Scott

>
> >Hi,
> >
> >If I have 100 users accounts on an FTP server running 2003 or 2000
server,
> >is it possible to get each users account to login directly to their own
root
> >dir ?
> >
> >for example:
> >inetpub\wwwroot\ftproot\user001\
> >
> >1. so when a user logs in they are directed here the user001 dir ?
> >2. also would like to prevent users getting back to ftproot dir ?
> >
> >Thanks for any information.
> >Scott.
> >
>
> Scott,
>
> The solution differs according to which version of IIS you are using.
>
> If you are using IIS5 (Windows 2000) then you can configure separate
> folders for your users and have them log into those folders. This KB
> article explains how to do this :
>
> How To Set Up an FTP Site So That Users Log Onto Their Folders
> http://support.microsoft.com/?id=201771
>
> However, you can't prevent your users from navigating back up to the
> default FTP root folder. But what you *can* do is place your user's
> folders on a separate volume and lock down the FTP root folder using
> NTFS file permissions. That way, even if they navigate back up to the
> root all they will see is an empty root to which they have limited
> access and they won't see the other user's folders either.
>
> IIS6 on the other hand is a different proposition altogether. It comes
> with FTP user isolation as a built-in feature. Using this method your
> users cannot access or even see another user's folders unless you
> explicitly allow them to. Refer to this documentation for detailed
> instructions on how to set this up :
>
>
http://www.microsoft.com/resources/documentation/IIS/6/all/proddocs/en-us/wsa_ftp_isolate.asp
>
>
>
> Regards,
>
> Paul Lynch
> MCSE



Relevant Pages

  • Re: how is this being done?
    ... >the objective is to allow each ftp login account to be mapped to their own directory without being able to navigate to the default root directory or other's directory, ... effect by placing the users' content folders on a separate volume and ... then locking down the default FTP root with NTFS permissions. ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: boot.ini disappears on restart or startup XP Pro
    ... procedure it seems to boot normally. ... I have 11 files in the root directory of c:\ plus 17 folders. ... It isn't the number of files of folders in the root causing your ... sounds like malware to me. ...
    (microsoft.public.windowsxp.general)
  • Re: multiple virtual ftp servers on 1 w2k server
    ... With only one IP address you are restricted to just one FTP site ... then say that you don't mean subfolders, ... The way we did it was to leave the default FTP root in its default ... How To Set Up an FTP Site So That Users Log Onto Their Folders ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: One web.config, for multiple domains
    ... You could use a virtual root below your main directory and keep a main ... > server, and set up the domains on IIS to point to these folders. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: set different ftp root dir per user ?
    ... folders for your users and have them log into those folders. ... you can't prevent your users from navigating back up to the ... default FTP root folder. ... folders on a separate volume and lock down the FTP root folder using ...
    (microsoft.public.inetserver.iis.ftp)

Loading