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 2022/07/21 17:24:00 UTC

[jira] [Commented] (SSHD-1279) Is it possible to detect Input protocol is scp and sftp at provider level?

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

Lyor Goldstein commented on SSHD-1279:
--------------------------------------

Easy - {{FileSystemProvider}} cannot be implemented over standard SCP as the protocol lacks most of the required primitives for its implementation. One could implement it using SCP +  SHELL, but not over pure SCP. Therefore, if it is a functional  {{FileSystemProvider}} then it +must+ be SFTP.

> Is it possible to detect Input protocol is scp and sftp at provider level?
> --------------------------------------------------------------------------
>
>                 Key: SSHD-1279
>                 URL: https://issues.apache.org/jira/browse/SSHD-1279
>             Project: MINA SSHD
>          Issue Type: Question
>            Reporter: Sandeep
>            Priority: Major
>
> Hi Team,
> For sftp server side I need to check whether the input protocol is SCP and SFTP.  Can any one help me how to do at the FileSystemProvider level or any other option?
> ~Sandeep



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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