Opened 16 years ago

Closed 16 years ago

Last modified 10 years ago

#3802 closed Bug report (rejected)

new client version fails ECONNABORTED

Reported by: Bill Winkle Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: Operating system type: Windows
Operating system version: 2002

Description

Connecting to a Ubuntu 8.4 Server running vsftp from Windows XP Pro version 2002 SP3
We were using client 3.0.9.2_win32 successfully with the following settings:
IP address:150.104.66.23
Server type: FTPES-FTP over explict TLS/SSL
logon type: normal
Uninstalled older client, rebooted and installed
Filezilla_3.1.3_win32-setup.exe
Used same settings (actually they were in the interface when I opened it)
Here's the session log.

Status: Connecting to 150.104.66.23:21...
Status: Connection established, waiting for welcome message...
Response: 220 Welcome to ACPS FTP service.
Command: AUTH TLS
Response: 234 Proceed with negotiation.
Status: Initializing TLS...
Status: Verifying certificate...
Command: USER Kirbyftp1
Status: TLS/SSL connection established.
Response: 331 Please specify the password.
Command: PASS
Response: 230 Login successful.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: AUTH SSL
Response: AUTH TLS
Response: EPRT
Response: EPSV
Response: MDTM
Response: PASV
Response: PBSZ
Response: PROT
Response: REST STREAM
Response: SIZE
Response: TVFS
Response: UTF8
Response: 211 End
Command: OPTS UTF8 ON
Response: 200 Always in UTF8 mode.
Command: PBSZ 0
Response: 200 PBSZ set to 0.
Command: PROT P
Response: 200 PROT now Private.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/"
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PASV
Response: 227 Entering Passive Mode (150,104,66,23,46,226)
Command: LIST
Response: 150 Here comes the directory listing.
Response: 226 Directory send OK.
Status: Server did not properly shut down TLS connection
Error: Transfer connection interrupted: ECONNABORTED - Connection aborted
Error: Failed to retrieve directory listing
Error: Disconnected from server: ECONNABORTED - Connection aborted

Switched back to the old client and no problem found. Here's the log.

Status: Connecting to 150.104.66.23:21...
Status: Connection established, waiting for welcome message...
Response: 220 Welcome to ACPS FTP service.
Command: AUTH TLS
Response: 234 Proceed with negotiation.
Status: Initializing TLS...
Command: USER Kirbyftp1
Status: Verifying certificate...
Status: TLS/SSL connection established.
Response: 331 Please specify the password.
Command: PASS
Response: 230 Login successful.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: AUTH SSL
Response: AUTH TLS
Response: EPRT
Response: EPSV
Response: MDTM
Response: PASV
Response: PBSZ
Response: PROT
Response: REST STREAM
Response: SIZE
Response: TVFS
Response: UTF8
Response: 211 End
Command: OPTS UTF8 ON
Response: 200 Always in UTF8 mode.
Command: PBSZ 0
Response: 200 PBSZ set to 0.
Command: PROT P
Response: 200 PROT now Private.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/"
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PASV
Response: 227 Entering Passive Mode (150,104,66,23,46,225)
Command: LIST
Response: 150 Here comes the directory listing.
Response: 226 Directory send OK.
Status: Calculating timezone offset of server...
Command: MDTM HSFile.txt
Response: 213 20080911174839
Status: Timezone offsets: Server: 0 seconds. Local: -14400 seconds. Difference: -14400 seconds.
Status: Directory listing successful

Let me know if there is anything I can do to help.

Thanks,
Bill Winkle

Change History (1)

comment:1 by Tim Kosse, 16 years ago

Resolution: rejected
Status: newclosed

Bug in the server. You have to upgrade to vsftp 2.0.7

Note: See TracTickets for help on using tickets.