Opened 15 years ago

Closed 14 years ago

#4651 closed Bug report (rejected)

FTPES ends with ECONNABORTED

Reported by: Petr Owned by:
Priority: normal Component: FileZilla Client
Keywords: FTPES Cc:
Component version: Operating system type: Windows
Operating system version:

Description

ftp protocol works correctly

but at connection with ftpEs returned this (in czech language):

Stav: Zjišťuji adresu ftp.xxx.cz
Stav: Připojuji se k 193.86.238.33:21
Stav: Spojení navázáno, čekám na uvítací zprávu...
Odpověď: 220 FTP
Příkaz: AUTH TLS
Odpověď: 234 AUTH TLS successful
Stav: Inicializuji TLS...
Stav: Ověřuji certifikát...
Příkaz: USER xxx.cz
Stav: TLS/SSL spojení navázáno.
Odpověď: 331 Password required for xxx.cz
Příkaz: PASS *
Odpověď: 230 User xxx.cz logged in
Příkaz: SYST
Odpověď: 215 UNIX Type: L8
Příkaz: FEAT
Odpověď: 211-Features:
Odpověď: MDTM
Odpověď: AUTH TLS
Odpověď: PBSZ
Odpověď: PROT
Odpověď: REST STREAM
Odpověď: SIZE
Odpověď: 211 End
Příkaz: PBSZ 0
Odpověď: 200 PBSZ 0 successful
Příkaz: PROT P
Odpověď: 200 Protection set to Private
Stav: Připojen
Stav: Přijímám výpis složky...
Příkaz: PWD
Odpověď: 257 "/" is the current directory
Příkaz: TYPE I
Odpověď: 200 Type set to I
Příkaz: PASV
Odpověď: 227 Entering Passive Mode (193,86,238,33,237,17).
Příkaz: LIST
Odpověď: 150 Opening ASCII mode data connection for file list
Stav: Server správně neukončil spojení TLS
Chyba: Could not read from transfer socket: ECONNABORTED - Connection aborted
Odpověď: 226 Transfer complete
Chyba: Nelze získat výpis složky

Change History (4)

comment:1 by Tim Kosse, 15 years ago

Priority: blockernormal
Status: newmoreinfo

Which version of FileZilla are you using?

What server software product and version are you using?

comment:2 by Chris, 15 years ago

Status: moreinfonew

I have the same problem with normal FTP connections to a PROFTPD server. I see the same error messages on my own Proftpd server and someone else's.

Here's some details that original submitter didn't include:

  • Server OS Ubuntu running the 2.6.31-21-server kernel
  • FZ client version 3.3.2.1
  • FZ client running on Win XP, Win 7 (same issue on both OSes)
  • ProFTPD Version 1.3.2

Here's the FZ ouput:

Status: Resolving address of XXX
Status: Connecting to XXX:21...
Status: Connection established, waiting for welcome message...
Response: 220 ProFTPD 1.3.2 Server (XXX) [XXX]
Command: USER XXX
Response: 331 Password required for XXX
Command: PASS
Response: 230 User XXX logged in
Command: OPTS UTF8 ON
Response: 200 UTF8 set to on
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Error: Disconnected from server: ECONNABORTED - Connection aborted
Error: Failed to retrieve directory listing

comment:3 by Chris, 14 years ago

I'm seeing this happen after I enable Active file transfers too BTW, happens on the PORT command. 1/3 of all files I try to upload fail and must be retired... so it takes about 20 tries to upload all my files :(

I've modified the log to remove reference to client and server machine details/files.

Status: Resolving address of XXX
Status: Connecting to XXX:21...
Status: Connection established, waiting for welcome message...
Response: 220 ProFTPD 1.3.3 Server (ProFTPD) [XXX]
Command: USER XXX
Response: 331 Password required for XXX
Command: PASS *
Response: 230 User XXXlogged in
Status: Connected
Status: Starting upload of somefile
Command: CWD /subdomains/go/httpdocs
Response: 250 CWD command successful
Status: Retrieving directory listing...
Command: TYPE I
Response: 200 Type set to I
Command: PORT 999,99,999,99,15,222
Error: Disconnected from server: ECONNABORTED - Connection aborted
Error: File transfer failed

comment:4 by Tim Kosse, 14 years ago

Resolution: rejected
Status: newclosed

Definitely a router and/or firewall that is interfering with the connection.

Pleas read http://wiki.filezilla-project.org/Network_Configuration

Note: See TracTickets for help on using tickets.