@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…
options should not check auth
@sigoden commented on GitHub (Jan 27, 2023):
You are welcome to submit a pr
@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
@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…
@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 3, 2023):
dufs's webdav should support overwriting files. Colud you describe the operation in detail and provide dufs logs?
@1024bees commented on GitHub (Jan 27, 2023):
Abstractly, a list directory API would allow end users to build file system abstractions around a given dufs…
options should not check auth
@horizon0514 commented on GitHub (Jan 27, 2023):
maybe I can pull a request