You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Lyor Goldstein (Jira)" <ji...@apache.org> on 2021/04/20 17:37:00 UTC

[jira] [Comment Edited] (SSHD-1156) Provide user control for sending/receiving SCP error messages

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

Lyor Goldstein edited comment on SSHD-1156 at 4/20/21, 5:36 PM:
----------------------------------------------------------------

FYI, propagating custom messages through SCP is much more complex due to the nature of the protocol. This adds to my reluctance to make the necessary code changes that would provide such a feature since it would make what is already a rather complex code and complicate it even further. I am sure that for you it is an important feature, but AFAIK it is considered rather esoteric by the rest of the users - thus the cost might not justify the effort. I am not closing this issue, though and leaving it active (with an update in its description) in case we do find some free time or someone else has an idea or wants to implement it.


was (Author: lgoldstein):
FYI, propagating custom messages through SCP is much more complex due to the nature of the protocol. This adds to my reluctance to make the necessary code changes that would provide such a feature since it would make what is already rather complex code and complicate it even further. I am sure that for you it is an important feature, but AFAIK it is considered rather esoteric by the rest of the users - thus the cost might not justify the effort. I am not closing this issue, though and leaving it active (with an update in its description) in case we do find some free time or someone else has and idea or wants to implement it.

> Provide user control for sending/receiving SCP error messages
> -------------------------------------------------------------
>
>                 Key: SSHD-1156
>                 URL: https://issues.apache.org/jira/browse/SSHD-1156
>             Project: MINA SSHD
>          Issue Type: New Feature
>            Reporter: Susmit Sarkar
>            Priority: Minor
>
> We are creating SCP server with :
> ScpCommandFactory factory = new ScpCommandFactory();ScpCommandFactory factory = new ScpCommandFactory(); sshdServer.setCommandFactory(factory); sshdServer.setShellFactory(factory);
> SftpErrorStatusDataHandler is applicable to SftpSubsystemFactory
> Wanted to know if we have the similar functionality for ScpCommandFactory ?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org