Groups | Blog | Home
all groups > iis ftp > december 2005 >

iis ftp : creating multiple ftp sites using single ip address i


dhaarvi
12/10/2005 4:04:05 AM

------------------------------------------------------------------------
A poll associated with this post was created, to vote and see the
results, please visit http://www.webservertalk.com/message1319779.html
------------------------------------------------------------------------
Question: creating multiple ftp sites using single ip address in windows
200 iis

- 1
- 1
- 1
- 1
------------------------------------------------------------------------

hello friends,
i need a help from u all for my problem:

Problem:
i have 124 sites, already i hosted these sites(registered in a web
hosting server) through windows 2003 IIS,now i want to create 124 ftp
sites using single IP Address through Windows 2003 IIS FTP, i want
methods how to create it. also i tried to create a sample local site
but it also doen't working. moreover i like to know how create User id
and password for each website. please help me friends.



--
dhaarvi
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message1319779.html
jeff.nospam NO[at]SPAM zina.com
12/12/2005 10:59:22 PM
[quoted text, click to view]

Multiple FTP sutes requires multiple IP addresses or multiple ports.
Ports are not ideal in your situation, since they must be appended to
the IP address.

Here's what is common:

Configure a user account for each web domain.

Configure a home directory for each user account with the same name as
the user account.

In DNS, point ftp.{Domain_Name} to the same IP your FTP server is on.

When the user logs in, they are dropped into the home directory
matched to their login name. A virtual folder pointing to the web
site root lets them FTP files there.

See:

HOW TO: Set Up an FTP Server in Windows Server 2003
http://support.microsoft.com/default.aspx?scid=kb;en-us;323384

How To Set Up an FTP Site So That Users Log Onto Their Folders:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;201771

HOW TO: Create a Secure FTP Directory that Uses Password
Authentication:
http://support.microsoft.com/?id=239120

How To Limit Access to a FTP Site in Windows Server 2003:
http://support.microsoft.com/default.aspx?scid=kb;en-us;816525

INFO: FTP Site Administration Documentation in IIS 6.0:
http://support.microsoft.com/default.aspx?scid=kb;en-us;814865

AddThis Social Bookmark Button