Opened 16 years ago
Last modified 16 years ago
#3616 closed Bug report
Korean Character Broken
Reported by: | pnuskgh | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | pnuskgh, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
Server directory name is broken.
- FTP Server FTP Publishing Service in IIS 6.0 (Windows Server 2003 SP2) I could not find a UTF-8 setting.
- FTP Client FileZilla 3.0.11.1 A directory(Korean character) name having sub directory(Korean character) is broken.
- FTP message ("/74_ê¸°ìˆ ì§€ì›" is ok, "/74_±a¼uAo¿ø" is not ok)
Command: CWD /74_ê¸°ìˆ ì§€ì›
Response: 250 CWD command successful.
Command: PWD
Response: 257 "/74_±a¼uAo¿ø" is current directory.
Status: Directory listing successful
- Other ftp client is OK. For example Windows XP SP3 -> cmd -> ftp xxx.xxx.xxx.xxx
C:\Documents and Settings\ghkim>ftp xxx.xxx.xxx.xxx
Connected to xxx.xxx.xxx.xxx.
220 Microsoft FTP Service
User (xxx.xxx.xxx.xxx:(none)): xxxxxxxx
331 Password required for jopenbusiness.
Password:
230 User xxxxxxxx logged in.
ftp> cd 74_ê¸°ìˆ ì§€ì›
250 CWD command successful.
ftp> pwd
257 "/74_ê¸°ìˆ ì§€ì›" is current directory.
ftp>
IIS does not support UTF-8
You must not use non-ASCII characters on IIS and other servers not supporting UTF-8 as that would violate the FTP specifications.