[
https://issues.apache.org/jira/browse/SSHD-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16304370#comment-16304370
]
Goldstein Lyor commented on SSHD-790:
-------------------------------------
1. Where in {{AbstractSftpClient}} does the code assume UTF-8 ? Why should it
use any other encoding - locally or remote ?
2. Please note that SFTP "rides" on top of SSH and by default all strings in
SSH are UTF-8 encoded.
> 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
> 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)