EnderCrypt commented on issue #800: URL: https://github.com/apache/mina-sshd/issues/800#issuecomment-3187994229
thank you for the quick response @tomaswolf yes from the documentation i had mistakenly assumed SftpFileSystemAccessor to be what i needed. i created a FileSystemFactory implementation with `public FileSystem createFileSystem(SessionContext session)` which gets called, and i provide my own implementation of FileSystem, but `public FileSystemProvider provider()` is never called? im still presented with my hosts real filesystem im not sure what i missed, i made made a minimal example that roughly corresponds to my code, upon running and connecting via sshfs it only shows the hosts files https://pastebin.com/SF69Z0Yd -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org