Last Review: August
15, 2010
Product(s): Internet Information Server 6 and greater
This article describes how to setup multiple FTP sties for web publishing on a single server with one IP address and using only the standard FTP port 21:
In Windows Explorer, create a D:\FTP folder. The folder should not be contained in C:\INETPUB and preferably off the system partition.
Create a D:\FTP\localuser folder with permissions of Administrators Full Control, System Read, and Everyone Read.
Create local user accounts for each website such as examplecompany for the web site examplecompany.com and assign desired password.
For later testing purposes, create and copy a small text file for each FTP site named the same as each FTP subfolder.
Create folders under D:\FTP\localuser that correspond to the created user names above. Remove Everyone permissions, add the user of the folder with Full Control permissions, and change System to Full Control.
In IIS, create a new FTP site named "Web Publishing" with the server IP address, port 21, an User Isolation enabled.
Log onto the desired site as the corresponding user in a browser such as ftp://www.examplecompany.com. In Internet Explorer, click the View menu and Open FTP Site in Windows Explorer. The test text file should be displayed to verify the proper site. The user should be able to drag, drop, edit, and delete freely.
If you are using web publishing software, select the Publish option with the FTP URL as shown above and / for root FTP Directory.
Related Links
|