Subject: SFTP server virtual file system implementation Date: 2020-10-29 16:57:17 From: skayl Source: sftp-server-virtual-file-system-implementation ---------------------------------------------------------------------- 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? ---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index