[Cyberduck-trac] [Cyberduck] #5162: Unicode normalization

Cyberduck trac at trac.cyberduck.ch
Sun Jan 2 06:07:30 CET 2011


#5162: Unicode normalization
------------------------+---------------------------------------------------
    Reporter:  thekiwi  |        Owner:  dkocher      
        Type:  defect   |       Status:  closed       
    Priority:  normal   |    Milestone:  4.0          
   Component:  core     |      Version:  3.6.1        
    Severity:  normal   |   Resolution:  fixed        
    Keywords:  UTF-8    |     Platform:  Mac OS X 10.5
Architecture:  Intel    |  
------------------------+---------------------------------------------------

Comment (by theKiwi):

 Some more information on the connections to the 2 different servers.

 1 - the connection to the Linux Server

 {{{
 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
 220-You are user number 6 of 50 allowed.
 220-Local time is now 21:41. Server port: 21.
 220-This is a private system - No anonymous login
 220-IPv6 connections are also welcome on this server.
 220 You will be disconnected after 15 minutes of inactivity.
 AUTH TLS
 234 AUTH TLS OK.
 USER wmgsorg
 331 User wmgsorg OK. Password required
 PASS ********
 230-User wmgsorg has group access to:  wmgsorg
 230 OK. Current restricted directory is /
 PBSZ 0
 200 PBSZ=0
 PROT P
 200 Data protection level set to "private"
 FEAT
 211-Extensions supported:
  EPRT
  IDLE
  MDTM
  SIZE
  REST STREAM
  MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
  MLSD
  AUTH TLS
  PBSZ
  PROT
  ESTA
  PASV
  EPSV
  SPSV
  ESTP
 211 End.
 NOOP
 200 Zzz...
 SYST
 215 UNIX Type: L8
 PASV
 227 Entering Passive Mode (64,38,39,4,135,51)
 }}}

 2 - the connection to my Mac OS X Server


 {{{
 220---------- Welcome to Pure-FTPd [TLS] ----------
 220-Local time is now 22:52. Server port: 21.
 220-IPv6 connections are also welcome on this server.
 220 You will be disconnected after 15 minutes of inactivity.
 USER Roger
 331 User Roger OK. Password required
 PASS ********
 230-User Roger has group access to:  12       61       80       98
 230- 100      204      305      20
 230 OK. Current directory is /
 FEAT
 211-Extensions supported:
  EPRT
  IDLE
  MDTM
  SIZE
  REST STREAM
  MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
  MLSD
  ESTP
  PASV
  EPSV
  SPSV
  ESTA
  AUTH TLS
  PBSZ
  PROT
  UTF8
 211 End.
 OPTS UTF8 ON
 200 OK, UTF-8 enabled
 PWD
 257 "/" is your current location
 NOOP
 200 Zzz...
 SYST
 215 UNIX Type: L8
 PASV
 227 Entering Passive Mode (66,93,200,62,232,203)
 MLSD /
 }}}


 The notable difference is that the Mac OS X server indicates that

 {{{
 OPTS UTF8 ON
 200 OK, UTF-8 enabled
 }}}

 while the Linux server doesn't show this. Knowing why this might be is
 outside my range of knowledge/skill.

 The Linux server seemed to get the filename entirely correct while the Mac
 OS X server had trouble when the file name was copied out of CyberDuck and
 pasted into TextWrangler.

 I also add that since my earlier testing some months ago on my Mac, I've
 upgraded to Mac OS X 10.6 from 10.5 and had to reinstall PureFTPd using
 the PureFTPd Manager application.

 Roger

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/5162#comment:14>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list