ESPWebDAV icon indicating copy to clipboard operation
ESPWebDAV copied to clipboard

[feature request] virtual directory tree for windows explorer clients

Open nightgryphon opened this issue 2 years ago • 3 comments

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?

nightgryphon avatar Jul 16 '22 09:07 nightgryphon

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

d-a-v avatar Jan 17 '23 15:01 d-a-v

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

pipi61 avatar Jan 17 '23 18:01 pipi61

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

nightgryphon avatar Mar 17 '24 23:03 nightgryphon