Opened 7 years ago

Closed 7 years ago

#11055 closed Bug report (fixed)

Updated to new version 3.22.2 this morning, and now get Runtime error when trying to connect to server

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

Description

Status: Resolving address of ftp2.purolator.com
Status: Connecting to 198.33.112.20:21...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220
Trace: CFtpControlSocket::SendNextCommand()
Command: USER 20127372
Trace: CFtpControlSocket::OnReceive()
Response: 331 User name okay, need password.
Trace: CFtpControlSocket::SendNextCommand()
Command: PASS
Trace: CFtpControlSocket::OnReceive()
Response: 230 User logged in, proceed.
Trace: CFtpControlSocket::SendNextCommand()
Command: SYST
Trace: CFtpControlSocket::OnReceive()
Response: 215 UNIX Type: L8
Trace: CFtpControlSocket::SendNextCommand()
Command: FEAT
Trace: CFtpControlSocket::OnReceive()
Response: 211-Supported extensions:
Response: AUTH
Response: CCC
Response: CLNT
Response: EPRT
Response: EPSV
Response: LPRT
Response: LPSV
Response: MDTM
Response: MFCT
Response: MFMT
Response: MLSD

Error reads: This application has requested the Runtime to terminate in an unusual way. Please contact the application's support team for more information.

Thank you

Change History (1)

comment:1 by Tim Kosse, 7 years ago

Resolution: fixed
Status: newclosed

That's a very exotic server, it only implements factless MLST/MLSD. The FTP specifications describe such servers as useless...

The crash will be fixed in 3.22.2.1

Note: See TracTickets for help on using tickets.