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

Hidden unix dot files not show with WebDav clients (e.g, davx5, davfs2), but appears in Web browser #162

Open
jt0in3e opened this issue Sep 18, 2023 · 1 comment

Comments

@jt0in3e
Copy link

jt0in3e commented Sep 18, 2023

I've set up nginx to serve WebDav with modules ngx_http_dav_module and nginx-dav-ext-module, as well as enabled indexing of folders with this module, using directives fancyindex on; and fancyindex_show_dotfiles on;.

Hidden files (in the case dot files in linux, e.g. '.hidden') are shown in a webbrowser, but not available in Webdav clients/mounts.

What can be wrong here?

@jt0in3e
Copy link
Author

jt0in3e commented Sep 18, 2023

found the issue #41 of 'nginx-dav-ext-module', saying 'PROPFIND now don't return hidden files'.
I suppose the problem is hidden there

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

1 participant