SFTP server virtual file system implementation

0
Hello, In other questions, I see responses saying that implementing a virtual file system is already possible in the SFTP server component: https://www.componentpro.com/qa/virtual-filesystem-sftp-component-netcore However, I cannot find any documentation (or IntelliSense info) on the classes mentioned here. For example, `FileSystem` appears to be a namespace, not a type. There is the `ComponentPro.IO.FileSystem.FileSystemProvider` abstract type, but it only has one method and doesn't seem like it can be used at all. Can you please provide documentation or a code example for to implement a custom file system provider, and how to make the `SftpSshServer` instance use it?
 
asked 10/29/2020 4:57:17 PM
add a comment

1 Answers

0
Hello skayl, Using this link you check [IRemoteFileSystem][1].And you will also notice [IRemoteFileSystem Interface][2] also inherits **IFileSystem** For more details you can check out our samples for SFTP by downloading [desktop application][3]. [1]: https://doc.componentpro.com/ComponentPro-Sftp/ComponentPro-IO-IRemoteFileSystem~Members [2]: https://doc.componentpro.com/ComponentPro-Sftp/ComponentPro-IO-IRemoteFileSystem [3]: https://www.componentpro.com/products/sftp/samples
 
answered 7/6/2021 9:23:38 PM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged sftp server sftp or ask your own question.