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

Several common methods for setting anchor positioning in HTML

There are several ways I know of to set anchor pos...

Solution to Linux CentOS 6.5 ifconfig cannot query IP

Recently, some friends said that after installing...

Docker deploys Macvlan to achieve cross-host network communication

Basic concepts: Macvlan working principle: Macvla...

Usage of HTML H title tag

The usage of H tags, especially h1, has always bee...

Solution to Django's inability to access static resources with uwsgi+nginx proxy

When deploying uwsgi+nginx proxy Django, access u...

HTML uses form tags to implement the registration page example code

Case Description: - Use tables to achieve page ef...

Solution to the routing highlighting problem of Vue components

Preface Before, I used cache to highlight the rou...

Writing and understanding of arrow functions and this in JS

Table of contents Preface 1. How to write functio...

How to modify the default network segment of Docker0 bridge in Docker

1. Background When the Docker service is started,...

jQuery realizes the picture following effect

This article shares the specific code of jQuery t...

A brief analysis of how to upgrade PHP 5.4 to 5.6 in CentOS 7

1. Check the PHP version after entering the termi...

Detailed explanation of HTML table inline format

Inline format <colgroup>...</colgroup>...