You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2019/05/21 16:05:00 UTC

[jira] [Resolved] (SSHD-920) Scp Subsystem does not support java.nio.file.FileSystem

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

Goldstein Lyor resolved SSHD-920.
---------------------------------
       Resolution: Implemented
         Assignee: Goldstein Lyor
    Fix Version/s: 2.3.0

Please try the latest (snapshot) version - fixed by SSHD-893

> Scp Subsystem does not support java.nio.file.FileSystem
> -------------------------------------------------------
>
>                 Key: SSHD-920
>                 URL: https://issues.apache.org/jira/browse/SSHD-920
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>            Reporter: Fulvio Cavarretta
>            Assignee: Goldstein Lyor
>            Priority: Blocker
>             Fix For: 2.3.0
>
>
> If you plug a custom java.nio.file.FileSystem into Apache SSHD, some scp use case are not supported.
> Specifically if you download from apache-sshd using wildcard like:
> scp user1@apache-sshd:/home/user1/* /tmp
> Command does not succed.
> This because in 
> *ScpFileOpener.getMatchingFilesToSend*
> the class *DirectoryScanner*, used to retrieve list of files to be transferred, does not relies on java.nio.file.FileSystem plugged into SSHD, but just leverage on local file system.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)