|
Home > Archive > IIS FTP Server > December 2005 > creating multiple ftp sites using single ip address i
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]
| Author |
creating multiple ftp sites using single ip address i
|
|
| dhaarvi 2005-12-10, 4:04 am |
| 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. | |
| Jeff Cochran 2005-12-12, 6:02 pm |
| >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.
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/defaul...kb;en-us;323384
How To Set Up an FTP Site So That Users Log Onto Their Folders:
http://support.microsoft.com/defaul...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/defaul...kb;en-us;816525
INFO: FTP Site Administration Documentation in IIS 6.0:
http://support.microsoft.com/defaul...kb;en-us;814865
Jeff
|
|
|
|
|