You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Li Fangning (JIRA)" <ji...@apache.org> on 2018/01/03 08:48:05 UTC

[jira] [Commented] (SSHD-790) SFTP client does not support filename encoding other than UTF-8.

    [ https://issues.apache.org/jira/browse/SSHD-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16309312#comment-16309312 ] 

Li Fangning commented on SSHD-790:
----------------------------------

Hi, Goldstein

Many calls to the {{Buffer#putString(String)}} in the {{AbstractSftClient}} also have the same problem, should call {{Buffer#putString(String, Charset)}} instead.
Thanks.


> SFTP client does not support filename encoding other than UTF-8.
> ----------------------------------------------------------------
>
>                 Key: SSHD-790
>                 URL: https://issues.apache.org/jira/browse/SSHD-790
>             Project: MINA SSHD
>          Issue Type: New Feature
>    Affects Versions: 1.6.0
>            Reporter: Li Fangning
>            Assignee: Goldstein Lyor
>             Fix For: 1.7.0
>
>
> SFTP client does not support filename encoding other than UTF-8.
> The implementation (org.apache.sshd.client.subsystem.sftp.AbstractSftpClient) uses the default UTF-8 encoding and no chance to modify.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)