[ 
https://issues.apache.org/jira/browse/SSHD-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Susmit Sarkar updated SSHD-1156:
--------------------------------
    Description: 
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 ?

 

  was:
We are creating SCP 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 ?

 


> Is SftpErrorStatusDataHandler applicable for ScpCommandFactory?
> ---------------------------------------------------------------
>
>                 Key: SSHD-1156
>                 URL: https://issues.apache.org/jira/browse/SSHD-1156
>             Project: MINA SSHD
>          Issue Type: Question
>            Reporter: Susmit Sarkar
>            Priority: Major
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to