@sigoden commented on GitHub (Nov 3, 2023):
Very good idea, but there is one problem: digest-auth cannot use hashed password.
@Pescu123 commented on GitHub (Nov 7, 2023):
It says server-path instead of serve-path... I tried using your config file example from the advanced topics section…
@sigoden commented on GitHub (Nov 3, 2023):
Another consideration is, is it really necessary to hash the password for basic auth?
If someone can access the…
@sigoden commented on GitHub (Oct 11, 2023):
The lastest version of dufs in homebrew is also v0.36.0. maybe you should update your brew fomurla.
see…
@sigoden commented on GitHub (Nov 7, 2023):
serve-path is not typo. serve-path: Specific path to serve
@sigoden commented on GitHub (Nov 3, 2023):
Isn't it easier to just delete the interrupted file directly?
Tmpfile has two shortcomings:
- tmpdir may not…
@Lukinoh commented on GitHub (Nov 3, 2023):
Actually, that was my first implementation, but it does not work very well.
If you upload a file, and then do F5,…
@sigoden commented on GitHub (Oct 11, 2023):
New auth added at v0.34.0, please update dufs to latest version, then try again.
@Lukinoh commented on GitHub (Nov 4, 2023):
I am not sure of the behaviour if the /tmp folder does not exist beforehand. I am curious if he creates it, or if…
@sigoden commented on GitHub (Oct 28, 2023):
No, use symlink instead.
@sigoden commented on GitHub (Nov 4, 2023):
The problem has already been solved. Just delete the files if they have not been completely uploaded.
@sralloza commented on GitHub (Oct 11, 2023):
Thanks for the quick response! I installed dufs using brew, it seems 0.32.0 it's the latest version there