由于工作当中经常需要在Windows系统上进行IPV6相关的测试, 需要创建FTP server.

这篇文章记录了创建过程, 作为工作上的总结和记录.

The detail process as below:

  1. Open “Server Manager”
  2. Right click “Roles” and choose “Add Roles"

How to build FTP server on Windows

3. Click "Next"

How to build FTP server on Windows

4. Choose item "Web Server(IIS)" and click "Next"

How to build FTP server on Windows

5. continue to "Next"

How to build FTP server on Windows

6. Choose all except "IIS 6 Management Compatibility", and click "Next"

How to build FTP server on Windows

7. Install

How to build FTP server on Windows

8. Then the installation is finished, as below:

How to build FTP server on Windows

9. Open teh node tree (Roles>Web Server(IIS)), and click "Internet Information Services(IIS) Manager". At the right page, open the node which name is named by the machine name and open "Sites". Right-click "Sites" and choose "Add FTP site".

How to build FTP server on Windows

10. Finish the neccessary information as you want, and click "Next"

 

How to build FTP server on Windows

11. You can keep all as default. Configurations at this page can be changed after the FTP server is set up, so don't worry for this page's configuration.

How to build FTP server on Windows

12. Keep deault, and click "Next". We also can change the configuration afterwards.

 

How to build FTP server on Windows

13. After finishing the FTP setup, click the FTP server name you just created. The server can be started/stopped/restarted.The whole view is as below:

How to build FTP server on Windows

14. We can change the configuration for the FTP servier via corresponding icon at the right page. In this doc, we just show how to configure "FTP Authentication" and "FTP Authentication rules".

15. For "FTP Authentication", double-click "FTP Authentication" at the right page. We can enable or disable the Anonymous Authentication and Basic Authentication.

 

How to build FTP server on Windows

16. For FTP Authentication Rules, double-click "FTP Authentication Rules", we can add users who can login to this FTP server.

How to build FTP server on Windows

How to build FTP server on Windows

17. You may need to connect the host name with the IP address, we can configure it in C:\Windows\System32\drivers\etc

How to build FTP server on Windows

18. Now we can do a test to connect to the FTP server.

How to build FTP server on Windows

 

 

相关文章: