Opened 16 years ago

Closed 16 years ago

#3724 closed Bug report (rejected)

Directory listing fails on FTPS connection (other FTP clients work well)

Reported by: eliast Owned by:
Priority: high Component: FileZilla Client
Keywords: Cc: elias.tamas@…
Component version: Operating system type: Windows
Operating system version: windows XP SP3

Description

Filezilla 3.1.1 and 3.1.2 both has this behavior. When conecting to a secured linux box, in FTPES mode, I can log in, but directory listing fails. Log:

Status: Resolving address of ftp.pszinfo.hu
Status: Connecting to *:2221...
Status: Connection established, waiting for welcome message...
Response: 220 "*, FTP service"
Command: AUTH TLS
Response: 234 Proceed with negotiation.
Status: Initializing TLS...
Trace: Handshake successful
Trace: Cipher: 3DES-CBC, MAC: SHA1
Status: Verifying certificate...
Command: USER elias.tamas@*.hu
Status: TLS/SSL connection established.
Response: 331 Please specify the password.
Command: PASS
Response: 230 Login successful.
Command: PBSZ 0
Response: 200 PBSZ set to 0.
Command: PROT P
Response: 200 PROT now Private.
Status: Connected
Status: Retrieving directory listing...
Command: CWD /
Response: 250 Directory successfully changed.
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PASV
Response: 227 Entering Passive Mode (*,195,101)
Command: LIST
Trace: Skipping socket event 4, id mismatch.
Response: 150 Here comes the directory listing.
Trace: Handshake successful
Trace: Cipher: 3DES-CBC, MAC: SHA1
Trace: GnuTLS error -9: A TLS packet with unexpected length was received.
Status: Server did not properly shut down TLS connection
Error: Could not read from transfer socket: ECONNABORTED - Connection aborted
Trace: Skipping socket event 4, no socket or id mismatch.
Response: 226 Directory send OK.
Error: Failed to retrieve directory listing
Status: Disconnected from server

However, Total commander's ftp client handles the same server very well:


Connect to: (2008.08.30 20:44:45)
hostname=ftpes://ftp.*.hu:2221
username=elias.tamas@*.hu
startdir=


Connect to: (2008.08.30 20:45:10)
hostname=ftp.*.hu:2221
username=elias.tamas@*.hu
startdir=
ftp.*.hu=*
220 "*, FTP service"
AUTH TLS
234 Proceed with negotiation.
Cert subject: /C=HU/ST=Zala/L=Nagykanizsa/O=*/OU=FTP szerver/CN=ftp.pszinfo.hu/Email=admin@*.hu
Cert issuer: /C=HU/ST=Zala/L=Nagykanizsa/O=*/OU=FTP szerver/CN=ftp.*.hu/Email=admin@*.hu
USER elias.tamas@*.hu
331 Please specify the password.
PASS *
230 Login successful.
SYST
550 Permission denied.
FEAT
550 Permission denied.
PBSZ 0
200 PBSZ set to 0.
PROT P
200 PROT now Private.
Connect ok!
PWD
257 "/"
Alkönyvtár
TYPE A
200 Switching to ASCII mode.
PORT 10,2,0,2,74,243
550 Permission denied.
PASV
227 Entering Passive Mode (*,195,86)
LIST
150 Here comes the directory listing.
Letöltés
Várakozás a szerverre...
226 Directory send OK.

Change History (1)

comment:1 by Tim Kosse, 16 years ago

Resolution: rejected
Status: newclosed

Your server is broken. See http://forum.filezilla-project.org/viewtopic.php?f=2&t=7688 for details.

Note: See TracTickets for help on using tickets.