Opened 10 years ago

Closed 10 years ago

#9878 closed Bug report (fixed)

Allow OPTS UTF8 ON before logon

Reported by: Kees Verruijt Owned by:
Priority: normal Component: FileZilla Server
Keywords: FEAT, OPTS, UTF8 Cc:
Component version: Operating system type: Windows
Operating system version: Windows 7

Description

The FileZilla server does not need for clients to send it the UTF8 option, as it is always in UTF8 mode, but it should still allow the UTF8 option before logon.

Clients may be in doubt whether they can send usernames or passwords that contain non-ASCII characters.

Here is a log of a failing logon of a client that wants to switch to UTF8 mode before logon:

(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> Connected on port 21, sending welcome message...
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> 220-FileZilla Server version 0.9.47 beta
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> 220-written by Tim Kosse (tim.kosse@…)
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> 220 Please visit https://filezilla-project.org/
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> FEAT
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> 211-Features:
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> MDTM
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> REST STREAM
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> SIZE
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> MLST type*;size*;modify*;
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> MLSD
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> UTF8
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> CLNT
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> MFMT
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> 211 End
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> OPTS UTF8 ON
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> 530 Please log in with USER and PASS first.
(000003)10/13/2014 10:20:17 AM - (not logged in) (10.0.67.8)> disconnected.

Change History (1)

comment:1 by Tim Kosse, 10 years ago

Resolution: fixed
Status: newclosed

This will be implemented in the next version of FileZilla Server.

Note: See TracTickets for help on using tickets.