You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by 王宇 <wa...@qq.com> on 2021/03/01 12:47:11 UTC

Suggest adding the encoding method setting to ChannelExec

Hi,I recently used apache-sshd in my project and encountered a Chinese encoding problem.
In the ChannelExec.doOpen method, the utf8 format is used to write the command into the buffer by default. Is it possible to add a method similar to SftpClient. setNameDecodingCharset to control the encoding format?


I look forward to your response.


A sshd user,
Yu Wang