Suggest adding the encoding method setting to ChannelExec

2021-03-01 Thread ????
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 encodin

[jira] [Commented] (SSHD-1135) Configurable sshd transfer threads

2021-03-01 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293009#comment-17293009 ] Lyor Goldstein commented on SSHD-1135: -- {quote}Once a socket has either been accepted

[jira] [Resolved] (SSHD-1135) Configurable sshd transfer threads

2021-03-01 Thread Lyor Goldstein (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lyor Goldstein resolved SSHD-1135. -- Resolution: Information Provided > Configurable sshd transfer threads >

[jira] [Commented] (SSHD-1135) Configurable sshd transfer threads

2021-03-01 Thread Susmit Sarkar (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293093#comment-17293093 ] Susmit Sarkar commented on SSHD-1135: - Thanks Lyor. If all the threads in the pool are

[jira] [Comment Edited] (SSHD-1135) Configurable sshd transfer threads

2021-03-01 Thread Susmit Sarkar (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293093#comment-17293093 ] Susmit Sarkar edited comment on SSHD-1135 at 3/1/21, 8:45 PM: --