@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…
@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 (Jan 27, 2023):
Maybe add an output query string to control the output format
- html: output web page, default
- json: output…
@1024bees commented on GitHub (Jan 27, 2023):
Sounds good to me, I'll look to prototype this weekend
@sigoden commented on GitHub (Feb 3, 2023):
Overwriting files requires upload and delete permissions. Run dufs --allow-upload --allow-delete