[
https://issues.apache.org/jira/browse/SSHD-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16739376#comment-16739376
]
Saravanakumar Vijayakumar commented on SSHD-879:
------------------------------------------------
[~gnt]
Actually the class should be there as you have given. But in the
implementation, the createFileSystem(Session) method returned
org.apache.sshd.common.file.FileSystemView previously. But currently, It
returns java.nio.file.FileSystem only.
In the previous implementation, I used org.apache.sshd.common.file.SshFile. But
In the latest implementation, I couldn't know what file we need to use. SshFile
has also been deprecated. I don't know How can I build Directories and
SubDirectories for this. Could you please clarify me?
I don't have also references or documentations for this new implementation.
> SSHD SFTP File Support
> ----------------------
>
> Key: SSHD-879
> URL: https://issues.apache.org/jira/browse/SSHD-879
> Project: MINA SSHD
> Issue Type: Question
> Reporter: Saravanakumar Vijayakumar
> Priority: Blocker
>
> _Hi Everyone,_
> _Actually I am upgrading the SFTP Server from older version to newer version
> 2.1.0. So I have used 2.1.0 for SSHD-SFTP, SSHD-CORE and SSHD-SCP. In the
> older version, I used Virtual File System. But in the newer version, I
> couldn't find anything regarding the support for Virtual File System. There
> are no articles or documentations found in any websites. Could you please
> tell me Which file system supported in the newer version?_
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)