FTP Server setup??
First step: Configure the IIS Web server
? 1.1 Find "Programs" in the Control Panel and open
1.2 Program Interface Find "Turn Windows features on or off" and open
1.3 found in the "Enable or disable Windows features" pop-up window
Internet Information Services (or Chinese version of Internet Information Service) and open
Step Two: Configure the IIS Web site?
2.1 Start Menu Search "IIS" and click into IIS Manager
2.2 New FTP site?
2.2.1 New FTP Server root directory folder
2.2.2 View native IP address, subsequent access to the FTP address needs to be used (open cmd input ipconfig)
2.2.3 the left navigation bar of the IIS Web Site Manager interface find the Web site, right-click popup menu
2.2.4 IIS Web Site Manager "Web site" right-click the popup menu and tap "Add FTP Site"???
2.2.5 Configuration Web site (site name: ftpsite physical path: E:\ftpserver Native IP address (selected from the drop-down menu): 192.168.0.105)? FTP site name and physical path settings
IP Port number SSL settings
Authentication and authorization information settings
Step three: Test the FTP site (first in the physical path: E:\ftpserver put a file anywhere)
? 3.1 Browser or File Manager address bar Enter the FTP address (ftp://192.168.0.105)
The user and password are found when the FTP address is entered (in this case, some default can be directly accessed)
However, the configuration process does not seem to see the steps to set up the user and password, it's OK, we can set ourselves.
3.2 FTP authentication inside IIS Manager is configured to enable anonymous authentication (no password)
? 3.3 re-test, browser or File Manager address bar Enter the FTP address? 3.4 Configure the FTP site user name and password
3.4.1 FTP Authentication in IIS Manager disables anonymous authentication while enabling Basic authentication (user name and password are required for re-access)
3.4.2 Create a new user and set a password for this computer (desktop computer icon right), Local users and groups, manage
* * NOTE: * * Careful you can already find that the account here is our computer account, so we should be able to use their own login to the computer's user name and password to login to the FTP site, do not need to create a new test user can. 3.4.3 test again, the browser or File Manager address bar Enter the FTP address, enter the user name: Test, Password: Test???? To this a simple FTP server build successfully, the same LAN other people can access to your computer, you can transfer files to each other. Transferring files is a use
FTP Server Setup--WINDOWS10