You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Alexej Kushunin (JIRA)" <ji...@apache.org> on 2010/01/15 16:18:54 UTC

[jira] Closed: (NET-308) Support unicode characters in FTPClient

     [ https://issues.apache.org/jira/browse/NET-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexej Kushunin closed NET-308.
-------------------------------

    Resolution: Not A Problem

problem was solved using 

FTPClient client = new FTPClient();
client.setControlEncoding(%ENCODING_NAME%);

> Support unicode characters in FTPClient
> ---------------------------------------
>
>                 Key: NET-308
>                 URL: https://issues.apache.org/jira/browse/NET-308
>             Project: Commons Net
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: WinXP x64. Eclipse 3.4
>            Reporter: Alexej Kushunin
>
> Hi all!
> During work with commons.net.FTPClient I spotted following problem:
> On my ftp server some folder names contains Slovenian unicode characters: č, š, ž  (e.g. 1018_DOMŽALE) . Both methods: listFiles() and listNames() returns list of files and folders names but without hachek. (E.g.  1018_DOMZALE instead of 1018_DOMŽALE)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.