Study how to establish an iis ftp Server

Source: Internet
Author: User
Tags ftp site

Careful people will find that the IIS component in windows actually contains the function of setting up an FTP site. Creating an iis ftp server is not very complex and easy to operate. It is similar to creating a website using IIS. The virtual directories involved are the same as the virtual directories on the website.

Step 1: Go to "start-> All Programs-> Management Tools" on the taskbar, and find the Internet Information Service (IIS) manager, open the manager and you will find that there is an "FTP site" option at the bottom. We use it to create an iis ftp server.

Step 2: By default, the iis ftp site has a default FTP site. We only need to put the resources in the FTPROOT folder in the inetpub directory under the system directory. For example, if the system is on the drive f, you only need to put the shared resources in the f: \ inetpub \ ftproot directory. When you log on to the default FTP site, you will see the resources in the directory.

Step 3: If you do not want to use the default settings or the default path, you can modify it by right-clicking "Default FTP site" and selecting "new-> FTP site ".

Step 4: In the startup FTP site creation wizard, We Can Customize settings for the FTP server. Click "Next" to continue.

Step 5: enter a name for the iis ftp site. Set this name to soft FTP.

Step 6: Set an available IP address for the iis ftp site. You can select the actual IP address. If you are not sure, you can select "all unallocated ", in this way, the system uses all valid IP addresses as the address of the FTP server. At the same time, the port number of the FTP server to open the service to the outside is also set here, the default value is 21.

Step 7: Set FTP user isolation. The Chinese help information here is clearly written. If the user is not isolated, the user can access the FTP home directory of another user, if you select isolated users, users cannot access each other's directory resources. In addition, AD isolated users are mainly used to use AD in the company's network.

In most cases, the company does not have AD, and users need to be isolated for security reasons, so we choose the second item "isolate users ".

Step 8: select the main directory of the iis ftp site. We can modify it. The default is the FTPROOT folder in the inetpub directory under the system directory. Click "Browse" on the right to set it to another directory, for example, "D: \ manuscript ".

Step 9: Set the user access permissions. There are only two permissions available for us to set, namely "read" and "write". We can set them according to the actual situation.

Step 10: complete all settings for the iis ftp site. Of course, if there is one or more problems during the setup process, a detailed prompt will be provided at the end of the setup wizard to help us troubleshoot the problem effectively.

Step 2: Go back to internet Information Service (IIS). In the manager, right-click "softe FTP" under the FTP site and choose start to enable the FTP.

TIPS: If the prompt "21" appears in actual use, it indicates that port 21 of the local computer has been occupied by other services or programs. In this case, we need to modify the FTP just created, set its service port from 21 to another port not occupied by the program.

You can right-click the iis ftp name and select "properties". In the FTP site tag, add the unused port number to the TCP port under the FTP site identifier, for example, 33, confirm and complete the modification settings. Right-click and select "start.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.