@steadfasterX commented on GitHub (May 15, 2024):
that was... impressive fast :D many thanks!
@sigoden commented on GitHub (May 16, 2024):
Are there any common usage scenarios for this feature? dufs is a lightweight web server and does not promise to…
@xiaozhuai commented on GitHub (May 16, 2024):
Are there any common usage scenarios for this feature?
I use dufs as cache server for vcpkg. But as time goes…
@sigoden commented on GitHub (May 16, 2024):
Why I do not support this feature?
- PROPFIND does not support stream output. All results are cached in the…
@xiaozhuai commented on GitHub (May 16, 2024):
I switch to nginx, it also didn't support propfind infinity. And I've update my script, now it support list…
@xiaozhuai commented on GitHub (May 16, 2024):
Here is the code snippets I use to get files recursively
async readdir(dir) {
const files =…
@sigoden commented on GitHub (May 16, 2024):
I will research the performance issues later.
We do not currently plan to support infinite depth, so we are…
@sigoden commented on GitHub (May 7, 2024):
Please use the latest version of dufs (--auth-method have already been abandoned) Please mark the logs you think are…
@hw2411 commented on GitHub (May 7, 2024):
Please use the latest version of dufs (--auth-method have already been abandoned) Please mark the logs you think are…
@hw2411 commented on GitHub (May 15, 2024):
@sigoden thx a lot