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

[feature request] virtual directory tree for windows explorer clients #21

Open
nightgryphon opened this issue Jul 16, 2022 · 3 comments

Comments

@nightgryphon
Copy link

Unfortunately windows explorer client can not access davRootDir without check availability for all upper path.
If I set davRootDir to anything except "/" the windows explorer can not access that path even using direct link with all path included
\\<IP Addr>\<davRootDir>
Also windows explorer does not support files in "". Only folders which treated as "shared folders". The davRootDir can solve this trouble but windows explorer still trying to check the whole path.

Can all subdirectories within davRootDir path be reported as virtually exists?

@d-a-v
Copy link
Owner

d-a-v commented Jan 17, 2023

Can you please provide a way to reproduce this issue ?
I do not use and neither have an easy access to windows so I'd prefer have as much as input before trying.
Thanks

@pipi61
Copy link

pipi61 commented Jan 17, 2023

I don't understand, this works in windows8.1 x64
image

@nightgryphon
Copy link
Author

nightgryphon commented Mar 17, 2024

@pipi61 set hook root dir other than /
server.addHook(hookWebDAVForWebserver("/DavService", dav));
try to open \\192.168.0.24\DavService

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

No branches or pull requests

3 participants