@sigoden commented on GitHub (Feb 21, 2023):
For basic auth:
curl --user admin:admin http://192.168.8.10:5000/file
wget --user admin --password admin…
@sigoden commented on GitHub (Feb 27, 2023):
dufs just returns the content as-is. There is no way to accurately detect encoding of a text file. dufs can't do…
@physanus commented on GitHub (Feb 27, 2023):
Totally correct. I added this to my nginx configuration in the server-block:
charset utf-8;
source_charset…
@sigoden commented on GitHub (Feb 20, 2023):
If there are so many files in the directory, even the local file explorer will take a lot of effort to load, let…
@babam86 commented on GitHub (Feb 3, 2023):
I used the --allow-all option and overwriting files didn't work.
I access the server using the file manager on…
@sigoden commented on GitHub (Feb 19, 2023):
It is unrealistic. Some files may be larger than 10M or even 1G. It cannot be calculated on the frontend,calculated…
@sigoden commented on GitHub (Feb 3, 2023):
dufs's webdav should support overwriting files. Colud you describe the operation in detail and provide dufs logs?
@babam86 commented on GitHub (Feb 5, 2023):
dufs is great, works perfectly. SOLVED
@sigoden commented on GitHub (Feb 3, 2023):
Overwriting files requires upload and delete permissions. Run dufs --allow-upload --allow-delete