You can convert an existing FTP site to Isolate users using Active Directory mode after you upgrade to Windows Server 2003. Before you convert an existing FTP site to the Isolate users using Active Directory mode, complete the following procedure.
1. | Plan user distribution over your network file server resources. |
2. | Create server shares and user directories for all users that have access to FTP. |
3. | Make sure to create a directory for anonymous access (if you want to enable anonymous user connections). |
4. | For each user, set the msIIS-FTPRoot and msIIS-FTPDir properties in Active Directory to point to the new home directory using Iisftp.vbs, by typing the following at the command line: Iisftp.vbs /SetADProp UserName FTPRoot Server\Share Iisftp.vbs /SetADProp UserName FTPDir Directory For complete Iisftp.vbs syntax, see Setting Active Directory User Isolation Using Iisftp.vbs, or type Iisftp.vbs /SetADProp /?at the command prompt. |
You can complete the conversion by using the FTP Site Creation Wizard (recommended), or by following the procedure below to configure the metabase.
1. | In IIS Manager, click the local computer, double-click the FTP Sites folder, right-click the FTP site that you want to convert, and then click Stop. | ||||||||||||
2. | Move existing user content into the new directories. | ||||||||||||
3. | Edit the metabase directory or use adsutil.vbs to configure the following metabase properties:
| ||||||||||||
4. | In IIS Manager, click the local computer, double-click the FTP Sites folder, right-click the converted FTP site, and then click Start. |
| • | For more information about FTP user isolation, see Hosting Multiple FTP Sites with FTP User Isolation. |
| • | For more information about using adsutil.vbs, see Using the Adsutil.vbs Administration Script. |