Detailed explanation of FTP server configuration and 425 error and TLS warning solutions for FileZilla Server

Detailed explanation of FTP server configuration and 425 error and TLS warning solutions for FileZilla Server

123WORDPRESS.COM provides you with the FileZilla download link:
FileZilla client: FileZilla_3.24.0_win64-setup.exe;
FileZilla Server green Chinese version: FileZilla_Server-0_9_59.exe;

Install and configure the server on the server:

The installation process is not described here. Go to the next step. When the pop-up window pops up, check "Always connect to this server" and click "Connect" (the password can be set by yourself or left blank).

The default installation will have the following error message:

1. FileZilla Server Warning: You appear to be behind a NAT router. Please configure the passive mode settings and forward a range of ports in your router. Solution

When running FileZilla Server:

Warning:You appear to be behind a NAT router. Please configure the passive mode settings and forward a range of ports in your router.

Solution:

"Edit"-"Setting" or directly click the settings button (gear);

Select the "Passive mode settings" tab to enter the port range, check "Use the following IP:" and fill in the server's IP address (note the external network address), then click "OK" to save;

2. Solution to FileZilla Server error 425 Can't open data connection for transfer of "/"

If "Use custom port range" is not set in the above settings

Then when the client connects to the server to read the directory, the following error will be reported: Response: 425 Can't open data connection for transfer of "/" Unable to obtain directory listing

This problem is mainly caused by using Passive Mode.

Solution: Check this option in the above settings window, set the port range, and add the port range to the inbound port in the subsequent firewall settings.

Special note: When using Alibaba Cloud server configuration, you need to add security rules in the server instance panel > security rules to set the Ftp inbound port to open.

See: Detailed solution to FileZilla_Server:425 Can't open data connection problem

3. FileZilla Server warning: Warning: FTP over TLS is not enabled, users cannot securely log in. Solution

In fact, this warning can be ignored.

Solution: Enable TLS transmission. The specific steps are as follows:

"Edit"-"Setting" or directly click the settings button (gear);

Select the "FTP over TLS settings" tab and click "Generate new certificate...";

When generating verification, you can choose the "Key size" according to your preference, fill in other information as you like, and then choose the save address (preferably in the installation path)";

The default name is "certificate.crt", and finally select Generate;

If the prompt "Certificate generated successfully" appears, it means there is no problem with the generation. Click "OK" to close the pop-up window.

Click "OK" to save the settings;

No warning will appear in subsequent information prompts.

4. FileZilla Server configuration groups and users

Without going into detail, just note:

Assign groups to users when adding them;

Assign folder permissions to the user and specify the Home folder (i.e. "Set as home dir", with "H" before the path), as shown below;

5. FileZilla Server port settings

Default port: 21

Encryption port: 990

Custom port range: 10000-10200 (change according to your own situation) can be set by yourself, but it should be noted that no matter what port is used, it must be added to the inbound rules of the firewall later.

Just install the client locally and connect to the server through the client.

The above is the detailed content of FileZilla Server to build FTP server configuration and detailed explanation of 425 error and TLS warning solution. For more articles about FileZilla Server, please click the related articles below

You may also be interested in:
  • Detailed solution to FileZilla_Server:425 Can't open data connection problem
  • Solution for FileZilla 425 Unable to connect to FTP (Alibaba Cloud Server)

<<:  Summary of online MYSQL synchronization error troubleshooting methods (must read)

>>:  WeChat Mini Program implements the likes service

Recommend

Detailed explanation of the function and usage of DOCTYPE declaration

1. Browser rendering mode and doctype Some web pa...

Detailed explanation of MySQL joint query optimization mechanism

Table of contents MySQL federated query execution...

Advertising skills in the Baidu Union environment (graphic tutorial)

Recently, students from the User Experience Team o...

How to redraw Button as a circle in XAML

When using XAML layout, sometimes in order to make...

MYSQL Operator Summary

Table of contents 1. Arithmetic operators 2. Comp...

Play mp3 or flash player code on the web page

Copy code The code is as follows: <object id=&...

Summary of Mathematical Symbols in Unicode

There are many special symbols used in mathematic...

How to add rounded borders to div elements

As shown below: CSS CodeCopy content to clipboard...

Why is the disk space still occupied after deleting table data in MySQL?

Table of contents 1. Mysql data structure 2. The ...

An example of vertical centering of sub-elements in div using Flex layout

1. Flex is the abbreviation of Flexible Box, whic...

Solve the problem after adding --subnet to Docker network Create

After adding –subnet to Docker network Create, us...

Introduction to install method in Vue

Table of contents 1. Globally registered componen...

Detailed explanation of mysql deadlock checking and deadlock removal examples

1. Query process show processlist 2. Query the co...