Sergey Zhukov zhus
zhus opened issue sigoden/dufs#1505 2026-04-10 17:13:11 +03:00
[GH-ISSUE #285] The config file example in readme.md has a typo
zhus opened issue sigoden/dufs#1503 2026-04-10 17:13:11 +03:00
[GH-ISSUE #277] Hashed Passwords
zhus opened issue sigoden/dufs#1502 2026-04-10 17:13:10 +03:00
[GH-ISSUE #273] Wrong documentation of --auth
zhus closed issue sigoden/dufs#1502 2026-04-10 17:13:10 +03:00
[GH-ISSUE #273] Wrong documentation of --auth
zhus commented on issue sigoden/dufs#1500 2026-04-10 17:13:10 +03:00
[GH-ISSUE #276] Avoid writing half-uploaded files

@sigoden commented on GitHub (Nov 3, 2023):

Isn't it easier to just delete the interrupted file directly?

Tmpfile has two shortcomings:

  1. tmpdir may not…
zhus commented on issue sigoden/dufs#1501 2026-04-10 17:13:10 +03:00
[GH-ISSUE #274] support multiple paths

@sigoden commented on GitHub (Oct 28, 2023):

No, use symlink instead.

zhus commented on issue sigoden/dufs#1502 2026-04-10 17:13:10 +03:00
[GH-ISSUE #273] Wrong documentation of --auth

@sigoden commented on GitHub (Oct 11, 2023):

New auth added at v0.34.0, please update dufs to latest version, then try again.

zhus commented on issue sigoden/dufs#1500 2026-04-10 17:13:10 +03:00
[GH-ISSUE #276] Avoid writing half-uploaded files

@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,…

zhus commented on issue sigoden/dufs#1502 2026-04-10 17:13:10 +03:00
[GH-ISSUE #273] Wrong documentation of --auth

@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

zhus commented on issue sigoden/dufs#1500 2026-04-10 17:13:10 +03:00
[GH-ISSUE #276] Avoid writing half-uploaded files

@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…

zhus commented on issue sigoden/dufs#1500 2026-04-10 17:13:10 +03:00
[GH-ISSUE #276] Avoid writing half-uploaded files

@sigoden commented on GitHub (Nov 4, 2023):

The problem has already been solved. Just delete the files if they have not been completely uploaded.

zhus commented on issue sigoden/dufs#1502 2026-04-10 17:13:10 +03:00
[GH-ISSUE #273] Wrong documentation of --auth

@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…

zhus commented on issue sigoden/dufs#1498 2026-04-10 17:13:09 +03:00
[GH-ISSUE #272] non-functional user button

@sigoden commented on GitHub (Oct 10, 2023):

This button is used to mark that the user has logged in, the tooltip displays the username.

zhus commented on issue sigoden/dufs#1498 2026-04-10 17:13:09 +03:00
[GH-ISSUE #272] non-functional user button

@laundmo commented on GitHub (Oct 10, 2023):

That is very confusing. In every other web app a logo like that is used as a button, so maybe it would make sense to…

zhus commented on issue sigoden/dufs#1499 2026-04-10 17:13:09 +03:00
[GH-ISSUE #271] msvc required minimum version

@sigoden commented on GitHub (Oct 5, 2023):

dufs and other rust-based programs only require [Visual C++ Runtime libraries](https://learn.microsoft.com/en-us/cpp/w…

zhus commented on issue sigoden/dufs#1499 2026-04-10 17:13:09 +03:00
[GH-ISSUE #271] msvc required minimum version

@fimmspin commented on GitHub (Oct 5, 2023):

Regarding visual studio version requirement i found this: https://learn.microsoft.com/en-us/cpp/porting/binary-compa…

zhus opened issue sigoden/dufs#1500 2026-04-10 17:13:09 +03:00
[GH-ISSUE #276] Avoid writing half-uploaded files
zhus opened issue sigoden/dufs#1501 2026-04-10 17:13:09 +03:00
[GH-ISSUE #274] support multiple paths
zhus closed issue sigoden/dufs#1501 2026-04-10 17:13:09 +03:00
[GH-ISSUE #274] support multiple paths
zhus closed issue sigoden/dufs#1500 2026-04-10 17:13:09 +03:00
[GH-ISSUE #276] Avoid writing half-uploaded files