@sigoden commented on GitHub (Jul 3, 2022):
dufs supports webdav, webdav supports move operation.
you can try it with webdav client.
If you are familiar…
@theowenyoung commented on GitHub (Jul 3, 2022):
Thanks! I learned Webdav today.
@sigoden commented on GitHub (Jun 30, 2022):
Cloud you zip some unimportant files to reproduce the problem, then upload that zip file to this github issue?
@juliangaal commented on GitHub (Jun 30, 2022):
The original zip-file was filled with images, and my image viewer simply stated "Failed to open input stream for…
@sigoden commented on GitHub (Jun 30, 2022):
The user:group of files created by dufs is same to user:group that runs dufs. dufs won't mixup permissions.
The…
@juliangaal commented on GitHub (Jun 30, 2022):
The online tools works perfectly, no issue with extracting the files.
Using unzip from the terminal also…
@sigoden commented on GitHub (Jun 30, 2022):
Could you post the version information of your unzip tool?
run
unzip -vto print version info
@sigoden commented on GitHub (Jun 30, 2022):
I found the problem, the mode of the files in the zip file are all been set to 000. So there will are permission…
@sigoden commented on GitHub (Jun 30, 2022):
Thank you for helping me find the problem
@juliangaal commented on GitHub (Jun 30, 2022):
No problem, thank you, too. Let me know when it's fixed, I'll test the new release ASAP.
@juliangaal commented on GitHub (Jun 30, 2022):
works like a charm! Thanks for the quick response
@juliangaal commented on GitHub (Jun 30, 2022):
As far as I can tell from your logger.rs file you only log to stdout, so here you go:
Listening on:
…
@sigoden commented on GitHub (Jun 30, 2022):
Is the zip format incompatible with mac? I have test linux and macos, No problem found。
@juliangaal commented on GitHub (Jun 30, 2022):
Well, I am on ubuntu 22.04 and tested with ff and chromium. Can't access MacOS to test.