all groups > iis ftp > august 2004 >
You're in the

iis ftp

group:

Multiple FTP Sites on one box



Multiple FTP Sites on one box Wayne
8/12/2004 3:34:49 PM
iis ftp: Trying to get IIS 5.0 set up so that I can have multiple FTP Sites on the
same box. How?

Thanks
Wayne

Re: Multiple FTP Sites on one box Paul Lynch
8/13/2004 9:31:51 AM
On Thu, 12 Aug 2004 15:34:49 -0400, "Wayne"
[quoted text, click to view]

Wayne,

To effectively host multiple sites on the same server you need to have
multiple IP addresses. You *can* host multiple sites on one IP address
but you have to specify non-standard ports for the additional sites.
This means that your clients will have to know what port to use for
the specific site they wish to access and how to specify that port in
their FTP client - this could cause you a lot of support headaches.

Alternatively, you can use virtual directories to isolate your users'
FTP content into their own folders. This method differs depending on
which version of IIS you are using.

For IIS6, use the new User Isolation mode feature :
http://www.microsoft.com/resources/documentation/IIS/6/all/techref/en-us/iisRG_CFG_21.mspx

For IIS5, use FTP virtual folders and NTFS permissions to achieve the
same effect :

How To Set Up an FTP Site So That Users Log Onto Their Folders
http://support.microsoft.com/?id=201771


Regards,

Paul Lynch
Re: Multiple FTP Sites on one box Bernard
8/13/2004 2:54:47 PM
You can with each site bind to unique ip/port.
say. siteA 10.10.10.10 21
siteB 10.10.10.11 21 or 10.10.10.11 2200

Or you can create one site, create different folders for users,
and control access using NTFS permissions.

--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



[quoted text, click to view]

AddThis Social Bookmark Button