Symbolic links #287
mrjrozycki
started this conversation in
General
Replies: 1 comment
-
Could you explain in a bit more detail, what you are trying to achieve:
There is a stale RFC4437 related to this. I don't think it's implemented by many clients though. FWIW: #: Addional configuration passed to `FilesystemProvider(..., fs_opts)`
fs_dav_provider:
#: Serve symbolic link files and folders
follow_symlinks: true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone
Does wsgidav support symbolic links? We are working on a project where we want to serve files with wsgidav but serving symbolic links is pretty important to us. Is it supported in this library?
I already tried creating a small server, and it seems that symlinks were just replaced with files they link to, which is not ideal for us. Maybe I did something wrong tho and that is why I am asking :)
Beta Was this translation helpful? Give feedback.
All reactions