How to quickly build an FTP file service using FileZilla

How to quickly build an FTP file service using FileZilla

In order to facilitate the storage and access of files, FTP service is specially built

FTP servers (File Transfer Protocol Servers) are computers that provide file storage and access services on the Internet. They provide services in accordance with the FTP protocol. FTP is a file transfer protocol, which is a protocol specifically used to transfer files.

Basic Environment

Server: Windows Server 2012 R2

Tool: FileZilla Server 0.9.41 Chinese version

Construction process

1. Download FileZilla server

https://www.filezilla.cn/download/server

2. Unzip the file, the file structure is as shown, and start the service

3. Click FileZilla Server Interface and connect to the server. The default server address is localhost (or 127.0.0.1), which means that the local machine is used as the FTP server by default. The default port is 14147. It is recommended to modify it.

Then select Always connect to this server, you can fill in the management password or not, click Confirm connection

4. After the connection is successful, the log panel will prompt that you have logged in. Point the mouse to the toolbar and there will be option prompts in the lower left corner. From left to right, they are:

Selected means the service is online, unselected means the service is offline. Offline disconnects all clients. The service is locked and new client requests will be rejected (return code 421 Server is locked.) Basic server parameter settings, including IP filtering, upload and download speeds, etc.; user management; user group management; help (About), server version and related information. The two icons '/C/' and 'C:\' switch the directory representation method. Client connection information sorting method

5. Select Edit → Settings to make basic settings, including IP filtering, security, and transmission speed.

Now we only need to set up some of the services we need. The conventional listening port is actually the connection port of the FTP server. The default is 21

Passive mode settings: Check Use custom port range and set the port to 10000-10050. Then change the specific IPV4 from "Default" to "Use the following IP" and fill in the fixed public IP

Setting the passive mode in this way will avoid the following errors when accessing files later

When the listening port and IP settings are complete, add rules as follows in the security group in the cloud service console

Ports 20/21 are not added, and ports 10000/10050 are not added. The following errors occur during later file access. In this way, all basic settings are completed.

6. Select Edit → Group to enter the group configuration interface; click the Add button to add a new group; enter the group name in the pop-up dialog box

Click the shared folder to set the group's shared file directory and set the file permissions.

Select Edit → User to enter the user configuration interface; click the Add button to add a new user; enter the user name and group in the pop-up dialog box, check Password, and set the login password

Click on the shared folder to set the user's shared file directory and set the file permissions.

7. To test the service, enter ftp://.... in the browser or local file, enter the set user name and password, and click Login to view the uploaded files.

Summarize

The above is a graphic tutorial on how to use FileZilla to quickly build an FTP file service. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • Detailed explanation of FTP server configuration and 425 error and TLS warning solutions for FileZilla Server
  • FileZilla FTP Server Security Hardening Graphic Tutorial
  • FTP server FileZilla Server detailed configuration tutorial
  • Various problems and solutions in configuring FTP server in Filezilla server
  • FTP server virtual directory settings (Serv-u and FileZilla Server)
  • Setting up virtual directories (multiple partitions) via alias in FileZilla Server ftp server
  • Free, green, powerful FTP software FileZilla
  • Illustration of the process of using FileZilla to connect to the FTP server

<<:  Detailed explanation of Vue advanced construction properties

>>:  How to analyze SQL execution plan in MySQL through EXPLAIN

Recommend

Analysis of MySQL joint index function and usage examples

This article uses examples to illustrate the func...

6 ways to view the port numbers occupied by Linux processes

For Linux system administrators, it is crucial to...

How to migrate sqlite to mysql script

Without further ado, I will post the code for you...

Install CentOS system based on WindowsX Hyper-V

At present, most people who use Linux either use ...

How to install WSL2 Ubuntu20.04 on Windows 10 and set up the docker environment

Enable WSL Make sure the system is Windows 10 200...

Tools to convert static websites into RSS

<br /> This article is translated from allwe...

How to build a DHCP server in Linux

Table of contents 1. Basic knowledge: 2. DHCP ser...

How is MySQL transaction isolation achieved?

Table of contents Concurrent scenarios Write-Writ...

MySQL 5.6.36 Windows x64 version installation tutorial detailed

1. Target environment Windows 7 64-bit 2. Materia...

Summary of MySQL date and time functions (MySQL 5.X)

1. MySQL gets the current date and time function ...