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

Fulvio Cavarretta commented on SSHD-920:
----------------------------------------

Sorry for the very late reply. I can confirm that the issue is fixed with 2.3.0

> 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.14#76016)

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

Reply via email to