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

Web data storage: Cookie, UserData, SessionStorage, WebSqlDatabase

Cookie It is a standard way to save the state of ...

How to set the position of the block element in the middle of the window

How to set the position of the block element in t...

How to allow remote connection in MySql

How to allow remote connection in MySql To achiev...

A complete explanation of MySQL high availability architecture: MHA architecture

Table of contents 1. Introduction 2. Composition ...

Tips to prevent others from saving as my web page and copying my site

Nowadays, copying websites is very common on the I...

How to use the Linux nl command

1. Command Introduction nl (Number of Lines) adds...

A brief discussion on HTML table tags

Mainly discuss its structure and some important pr...

An article teaches you how to use Vue's watch listener

Table of contents Listener watch Format Set up th...

Detailed installation tutorial of mysql 5.7 under CentOS 6 and 7

You always need data for development. As a server...

vue-table implements adding and deleting

This article example shares the specific code for...

An article to help you learn CSS3 picture borders

Using the CSS3 border-image property, you can set...

Gogs+Jenkins+Docker automated deployment of .NetCore steps

Table of contents Environmental Description Docke...

Implementation of Nginx operation response header information

Prerequisite: You need to compile the ngx_http_he...

Summary of commonly used commands for docker competition submission

Log in to your account export DOCKER_REGISTRY=reg...