[
https://issues.apache.org/jira/browse/SSHD-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16739384#comment-16739384
]
Guillaume Nodet commented on SSHD-879:
--------------------------------------
The file system now uses the standard java api for file systems. Check the
javadoc for `FileSystem`, `Path` and `Files`:
https://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html
https://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html
https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html
The last one is certainly the one you're looking for.
> 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)