@nicolaspernoud commented on GitHub (Jul 13, 2022):
It occurs immediately when trying to copy a directory : from the GUI it works fine, but from the command line…
@sigoden commented on GitHub (Jul 13, 2022):
Could you post the command line? Let me try.
@notjedi commented on GitHub (Jul 17, 2022):
cool, understood. but, do you mind telling me about the security concerns when it comes to external symlinks?
@nicolaspernoud commented on GitHub (Jul 13, 2022):
cp -r test01/ test01-2/ from a webdav mount made with gnome file explorer
@sigoden commented on GitHub (Jul 18, 2022):
If you only want to serve a certain directory, but that directory has an symlink which links to /, you are actually…
@sigoden commented on GitHub (Jul 13, 2022):
I just try copying to/from /run/user/1000/gvfs/dav:host=localhost,port=5000,ssl=false/(mounted with nautilus) …
@nicolaspernoud commented on GitHub (Jul 13, 2022):
ok, thanks I will try to work out what is happening...
@notjedi commented on GitHub (Jul 17, 2022):
similar projects that are not suffering from this issue:
- https://github.com/thecoshman/http
- https://github.co…
@sigoden commented on GitHub (Jul 15, 2022):
这是浏览器的默认行为,dufs 没什么可以改进的。
@notjedi commented on GitHub (Jul 17, 2022):
i can see that both the projects do something similar with fs::read_link, which dufs does not. here is a link to…
@sigoden commented on GitHub (Jul 13, 2022):
Full webdav support is not a design goal of dufs. The current implementation is compatible with most of the use…
@sigoden commented on GitHub (Jul 17, 2022):
Do your run with option -A or --allow-symlink?
@nicolaspernoud commented on GitHub (Jul 13, 2022):
Thanks for answering so quickly. There is no logs since the copy is just stuck, but I am pretty sure the…
@notjedi commented on GitHub (Jul 17, 2022):
it works after passing the -A option. but i think it makes more sense to allow symlinks by default. also there is…
@sigoden commented on GitHub (Jul 13, 2022):
copy is just stuck, is it copying a large file? does dufs create a new file?
Does the problem still occur if…
@sigoden commented on GitHub (Jul 17, 2022):
For security, dufs don't allow symlinks to dirctories outside the entrypoint directory unless runing with option…