Build FTP service in windows

1. Create FTP service

1. From the control panel --- programs and functions ---- open or close the windows function, as shown below:

2. Right-click on the computer-management, select in the left sidebar


①Services and applications ---- Internet Information Service (IIS) Manager 


② Right click on the website node and add FTP site


③Enter the site name and physical path in the pop-up interface, click Next


④ Bind and SSL configuration, enter the IP address, the default port 21, without enabling the virtual machine host name, check the box before automatically starting the FTP site, select (none) in SSL and click Next


⑤Verify your identity. If you need a username and password to access the service, tick the checkmark before [Basic], otherwise tick the checkmark before [Anonymous], authorize to select [ All Users ], select the permissions according to the actual situation, and then click Finish.


⑥ Then enter ftp: // Ip address: 21 in the address bar of the browser, this IP is the IP mentioned in the fourth step, and perform the access test


Second, create accessible users


①Right click on the computer 【Management】-【System Tools】 --- [ Local Users and Groups ]-Right click on the user item-[New User]


②Enter the user name and password


③Remove the check mark before the user must change the password when logging in next time, and check the password to not expire.


④ Click Create to complete the user addition.


Can add multiple users

Published 28 original articles · Like 15 · Visits 110,000+

Guess you like

Origin blog.csdn.net/z3h0a5n8g8x9i9a2o3/article/details/79261361