When reading this blog, the default reader has spent the previous blog post: the IIS service has been installed on the server.
In the previous article, we continue to say that since the IIS service has been installed, we are about to build an FTP site:
Start> Administrative Tools> Internet Information Service (IIS) Manager. The following interface is displayed:
On the FTP site, right-click "New --> FTP site ":
Then "Next"
(The IP address is the IP address of this virtual machine. You can run the: ipconfig/all command on the DOS interface to query the IP address.
In addition, you also need to choose "Virtual Machine"> "Settings"> "network adapter"> "Bridge Mode" and "Copy physical network connection status" on the right ", this step is to synchronize the IP addresses of hosts and virtual machines ):
Set the port to "2122"
Next, select the path of the Home Directory of your FTP site:
After that, you can browse the files shared by FTP resources through the address:
FTP: // 10.20.130.215: 2122)
If the access fails, check your firewall, disable the firewall, or allow the firewall to access the port number.
You can also access this address on hosts on other LAN hosts.
Computer Network Series: Building an FTP server Article 2: Building an FTP site