FTP is the protocol for transferring files between computers on a TCP/IP network, in order to upload and download related files, we often need to build FTP service on the server.
Windows is generally managed via Remote Desktop, and if uploading your own programs can be cumbersome, we also need FTP tools to manage the files of the virtual hosts. Here's how to build an FTP service using FileZilla Server installation under Windows Server 2016.
First, set up a firewall
Many friends often looked at the FileZilla Server installation tutorial immediately try to connect, the result is a failure, so here I put the firewall to the front.
1. Turn on server Management
2. Open Windows Firewall with Advanced security
3. Click on inbound Rules--Create new rule
4. Look at the picture one step in the same setting can be
5. Set the port, click on the FTP default port, but if it is personal use, it is recommended to set the port to not 21 port, with 2xxxx such port will be more secure.
Second, install Filezilla Server
Go to http://www.php.cn/ to download the latest version of Filezilla Server. FileZilla Client also needs to be installed locally, the address is:http://www.php.cn/
All the way Next can ~
Here the port and the above firewall set the port to be consistent, the normal rule in the default is 21
Third, set
1. Log In Parameters
Server Address Fill 127.0.0.1
Ports that are set before port is filled
passwd fill in the system administrator's password
2. Click on the icon to set up your account
3. After clicking Add User, tick Password and enter the password
4. Set directory, FTP can only have permissions on this directory
Iv. Log In
1. In the local FileZilla Client, create a new host Account
2. Transfer Settings Select Active
The above is the Windows Server, FTP, Environment building content, more relevant content please pay attention to topic.alibabacloud.com (www.php.cn)!