Page 1 of 1

FTP server on Linux Mint 20 - Can't connect with Filezilla

Posted: 2021-11-26 21:54
by fguarneri
Hello all

I have a Linux Mint 20 ftp server setup. I am able to connect from a Windows 10 machine using command line w/o problems. However, when using Filezilla (latest version), I cannot . It gives these messages;
I selected unsecured connection.

Status: Connecting to 192.168.x.x:21...
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
Status: Server does not support non-ASCII characters.
Status: Logged in
Status: Retrieving directory listing...
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/home/user" is the current directory
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PASV
Response: 227 Entering Passive Mode (192,168,1,x,x,x).
Command: LIST
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Status: Disconnected from server

Can you please help?

Thanks
Frank

Re: FTP server on Linux Mint 20 - Can't connect with Filezilla

Posted: 2021-11-27 09:26
by boco
The Mint side is not correctly configured. For outside access, read Network Configuration. For only LAN access, open the Passive port range in Mint's firewall.

The commandline ftp.exe uses Active mode, instead.