Version: 3.10.0.2 Was Not Resolve the Problem

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
User avatar
Demetris
500 Command not understood
Posts: 3
Joined: 2015-01-11 12:22
First name: Demetris
Last name: Lyngas

Version: 3.10.0.2 Was Not Resolve the Problem

#1 Post by Demetris » 2015-01-18 17:01

Hi there,

My specs is

FileZilla Client
----------------

Version: 3.10.0.2

Build information:
Compiled for: i686-w64-mingw32
Compiled on: x86_64-unknown-linux-gnu
Build date: 2015-01-16
Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1
Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++11

Linked against:
wxWidgets: 3.0.3
GnuTLS: 3.2.20
SQLite: 3.8.7.2

Operating system:
Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition
Version: 6.1
Platform: 64-bit system


and here is the log file

Status: Resolving address of xxxxxxxx.com
Status: Connecting to xxx.76.16.226:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Server does not support non-ASCII characters.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (144,76,16,226,22,156)
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Version: 3.10.0.2 Was Not Resolve the Problem

#2 Post by botg » 2015-01-18 18:18

The problem is that your server, or some firewall or NAT router in front of the server, is not properly configured for FTP over TLS.

Contact your server administrator or server hosting provider for assistance to have the server configuration fixed.

User avatar
Demetris
500 Command not understood
Posts: 3
Joined: 2015-01-11 12:22
First name: Demetris
Last name: Lyngas

Re: Version: 3.10.0.2 Was Not Resolve the Problem

#3 Post by Demetris » 2015-01-18 18:42

I take care of my server..

TLS Encryption Support : optional


what port(s) using the TLS..?

Allow incoming TCP ports in csf -> ConfigServer Security & Firewall
TCP_IN = 20,21,22,25,53,80,110,143,443,465,587,993,995,2077,2078,2082,2083,2086,2087,2095,2096

Allow outgoing TCP ports
TCP_OUT = 20,21,22,25,37,43,53,80,110,113,443,587,873,2086,2087,2089,2703

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Version: 3.10.0.2 Was Not Resolve the Problem

#4 Post by boco » 2015-01-18 23:53

FTP over TLS Explicit uses the same ports as Plain FTP.

FTP over TLS Implicit uses port 990 by default, but Implicit is never attempted automatically by FileZilla.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Version: 3.10.0.2 Was Not Resolve the Problem

#5 Post by botg » 2015-01-19 09:46

You need to allow a range of ports for the data connection.

bsorrell98
500 Command not understood
Posts: 2
Joined: 2015-01-25 16:36
First name: Robert
Last name: Sorrell

Re: Version: 3.10.0.2 Was Not Resolve the Problem

#6 Post by bsorrell98 » 2015-01-25 16:50

I have the same problem.

I backed out v3.10 and re-installed 3.7.0.1 and it still works fine.

Do I need to tell FTP site managers to change their configuration so that I can use the latest version of Filezilla client?

I am not a networks guy, but just curious. Is requiring server support for TLS something that was a planned part of v3.10 but was not in v3.7 ?

bsorrell98
500 Command not understood
Posts: 2
Joined: 2015-01-25 16:36
First name: Robert
Last name: Sorrell

Re: Version: 3.10.0.2 Was Not Resolve the Problem

#7 Post by bsorrell98 » 2015-01-25 16:53

Filezilla client v3.9.0.6 also works where 3.10.0.1 and 3.10.0.2 do not

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Version: 3.10.0.2 Was Not Resolve the Problem

#8 Post by boco » 2015-01-25 20:59

FileZilla does not REQUIRE FTP over TLS. It asks the server for TLS support and, if server says "Yes", attempts to use it. Unfortunately many servers say "Yes" but mean "Not really".
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

TheInfinity
500 Command not understood
Posts: 1
Joined: 2015-08-24 03:18
First name: Infinity
Last name: Guy

Re: Version: 3.10.0.2 Was Not Resolve the Problem

#9 Post by TheInfinity » 2015-08-24 03:24

For me, the issue was Kaspersky Internet Security 2016.
It caused FileZilla to throw the following errors, while attempting to complete the connection / pull a directory listing from my server.

In Kaspersky 2016, the setting is located under Settings > Additional > Network > Encrypted Connections Scanning > "Scan Encrypted Connections".

While enabled, this causes FileZilla issues connecting with "Require explicit FTP over TLS":
/-----------------------------------
Command: LIST
Response: 150 Opening BINARY mode data connection.
Response: 226 Transfer complete.
Error: GnuTLS error -110: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Error: Transfer connection interrupted: ECONNABORTED - Connection aborted
Error: Failed to retrieve directory listing
\----------------------------------

The temporary work-around is to disable "scan encrypted connections" .. or merely allow FileZilla to communicate without encryption which is never a smart choice.

Post Reply