How to Create & Configure FTP Sites Using IIS 7.0
A File Transfer Protocol (FTP) server gives your users access to upload and download files. FTP servers are used in internal networks or hosted on a website to give customers the ability to send or download files. You can create and set up an FTP server in Internet Information Services (IIS) 7, which is the main Web hosting utility on a Windows server. IIS is available on any Windows server operating system, so you can host an FTP server for your users.
Instructions
-
-
1
Click the Windows server "Start" menu, select "Administrative Tools," then click "Internet Information Services (IIS) Manager" to open your main configuration console.
-
2
Right-click the Web server name and select "Add FTP Site." This starts your FTP creation wizard. Click the "Next" button on the first welcome window.
-
-
3
Type a name for your site in the "FTP Site Name" text box. Click "Browse" and point to the directory where you want to store and maintain the FTP files. Click the "Next" button.
-
4
Type the IP address for your FTP Server. Leave the port number as "21" in the "Port' text box, which is the default FTP port. Check the box labeled "Start FTP Site automatically." This starts the server process automatically as soon as you have finished the configurations. Click the "Next" button.
-
5
Check the "Anonymous" box to allow users to download files from your server. Check "Read" to allow users to read the files. Check the "Write" box if you want to allow users to upload files to the server.
-
6
Click the "Finish" button to complete the configuration and installation process. Your FTP server is ready to upload and download files on your server.
-
1