Opened 19 years ago

Last modified 19 years ago

#856 closed Bug report

CLNT before UTF8 still broken in 2.2.13

Reported by: cyberdog3k Owned by:
Priority: normal Component: Other
Keywords: Cc: cyberdog3k
Component version: Operating system type:
Operating system version:

Description

This was originally posted here:
http://filezilla.sourceforge.net/forum/viewtopic.php?p=3403

I'm running the latest Filezilla (2.2.13) and the
latest Gene6 FTP Server (v3.5.0 (Build 10)). Gene6
requires CLNT to be sent before OPTS UTF8 ON.
According to the Gene6 programmers, this is the correct
method. I have their full response in the forum post
above.

I saw that the CLNT before UTF8 was listed as a fixed
bug in 2.2.13, but it's still broken for me. Here's
the relevant output from a connection:

Response: 220 Gene6 FTP Server v3.5.0 (Build 10) ready...
Command: AUTH TLS
Response: 234 AUTH command ok; starting SSL connection.
Status: SSL connection established. Waiting for welcome
message...
Command: PBSZ 0
Response: 200 PBSZ=0
Command: PROT P
Response: 200 PROT command successful.
Command: USER me
Response: 331 Password required for me.
Command: PASS *
Response: 230 User me logged in.
Command: FEAT
Response: 211-Extensions supported:
Response: AUTH TLS
Response: CLNT
Response: EPRT
Response: EPSV
Response: MDTM
Response: MLST type*;size*;created;modify*;
Response: PASV
Response: PBSZ
Response: PROT
Response: REST STREAM
Response: SIZE
Response: SSCN
Response: TVFS
Response: UTF8
Response: XCRC "filename" SP EP
Response: XMD5 "filename" SP EP
Response: 211 End.
Command: OPTS UTF8 ON
Response: 501 Please CLNT first.
Command: SYST
Response: 215 UNIX Type: L8
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.

Change History (1)

comment:1 by cyberdog3k, 19 years ago

This appears to be fixed in 2.2.13a.

Note: See TracTickets for help on using tickets.