Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy chain is possible in WinFsp? #518

Open
codechef93 opened this issue Jul 7, 2023 · 0 comments
Open

Proxy chain is possible in WinFsp? #518

codechef93 opened this issue Jul 7, 2023 · 0 comments

Comments

@codechef93
Copy link

codechef93 commented Jul 7, 2023

Hello.
I am using WinFsp to build my custom file system and get to know that WinFsp has better performance and is robust and reliable.
Thanks to WinFsp.
Nowadays I come up with interesting problem.
Using passthrough file system, I proxied folder "A" to folder "B".(So when you open A, you go to B)
And proxied A's parent folder to disk drive.
When I open disk drive, it lists folder A. But when I open folder A, it shows windows error message that it cannot be accessible.
Is this kind of proxy not supported in WinFsp?
Do I need to customize code of WinFsp to implement this approach?
Or do I need to change passthrough code?
I am not sure what this kind of situation is called but as I googled a bit, it was called proxy chaining.
I want appreciable advice from everybody.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants
@codechef93 and others