Sergey Zhukov zhus
zhus commented on issue sigoden/dufs#1023 2026-04-09 17:16:05 +03:00
[GH-ISSUE #585] File name encoding preventing file access through WebDAV

@sigoden commented on GitHub (May 26, 2025):

This is not a bug in dufs. The URL /Uploads/Freche%20M%E4dchen.txt is invalid. ![Image](https://github.com/user-att…

zhus commented on issue sigoden/dufs#1024 2026-04-09 17:16:05 +03:00
[GH-ISSUE #586] Rename & edit permission w/o delete permission?

@sigoden commented on GitHub (Jun 9, 2025):

Renaming is essentially deleting the old and creating a new one.

zhus commented on issue sigoden/dufs#1023 2026-04-09 17:16:05 +03:00
[GH-ISSUE #585] File name encoding preventing file access through WebDAV

@smerschjohann commented on GitHub (May 26, 2025):

It is not wrong in that sense. It's just converted from ISO8859-15 instead of UTF-8. But I guess there is…

zhus commented on issue sigoden/dufs#1025 2026-04-09 17:16:05 +03:00
[GH-ISSUE #584] Issue with login in public section

@sigoden commented on GitHub (May 22, 2025):

That's how it was designed. we don't think there's anything wrong with it.

zhus commented on issue sigoden/dufs#1025 2026-04-09 17:16:05 +03:00
[GH-ISSUE #584] Issue with login in public section

@manprint commented on GitHub (May 22, 2025):

Hi @sigoden

Thanks for the reply

Can you explain better?

I have in the root / (test:test@/) three folders: -…

zhus commented on issue sigoden/dufs#1023 2026-04-09 17:16:05 +03:00
[GH-ISSUE #585] File name encoding preventing file access through WebDAV

@Timtam commented on GitHub (May 26, 2025):

FileZilla does it right, TC doesn't. TC does have a switch that says it'll translate accented characters in URIs to…

zhus commented on issue sigoden/dufs#1020 2026-04-09 17:16:04 +03:00
[GH-ISSUE #579] Add option to display full file name

@sigoden commented on GitHub (Apr 29, 2025):

We will not support this feature.

We don't think wrapping is necessarily better. We also don't feel it's necessary…

zhus opened issue sigoden/dufs#1023 2026-04-09 17:16:04 +03:00
[GH-ISSUE #585] File name encoding preventing file access through WebDAV
zhus closed issue sigoden/dufs#1023 2026-04-09 17:16:04 +03:00
[GH-ISSUE #585] File name encoding preventing file access through WebDAV
zhus opened issue sigoden/dufs#1024 2026-04-09 17:16:04 +03:00
[GH-ISSUE #586] Rename & edit permission w/o delete permission?
zhus closed issue sigoden/dufs#1024 2026-04-09 17:16:04 +03:00
[GH-ISSUE #586] Rename & edit permission w/o delete permission?
zhus opened issue sigoden/dufs#1025 2026-04-09 17:16:04 +03:00
[GH-ISSUE #584] Issue with login in public section
zhus closed issue sigoden/dufs#1025 2026-04-09 17:16:04 +03:00
[GH-ISSUE #584] Issue with login in public section
zhus opened issue sigoden/dufs#1022 2026-04-09 17:16:03 +03:00
[GH-ISSUE #581] Public folder ask login information for uploading/deleting files
zhus closed issue sigoden/dufs#1021 2026-04-09 17:16:03 +03:00
[GH-ISSUE #582] Handle log file rotation, for example on SIGHUP
zhus opened issue sigoden/dufs#1020 2026-04-09 17:16:03 +03:00
[GH-ISSUE #579] Add option to display full file name
zhus closed issue sigoden/dufs#1020 2026-04-09 17:16:03 +03:00
[GH-ISSUE #579] Add option to display full file name
zhus closed issue sigoden/dufs#1022 2026-04-09 17:16:03 +03:00
[GH-ISSUE #581] Public folder ask login information for uploading/deleting files
zhus commented on issue sigoden/dufs#1021 2026-04-09 17:16:03 +03:00
[GH-ISSUE #582] Handle log file rotation, for example on SIGHUP

@sigoden commented on GitHub (May 12, 2025):

dufs is just a simple file server, and we don't think it's necessary to support such complex logging features.

zhus commented on issue sigoden/dufs#1022 2026-04-09 17:16:03 +03:00
[GH-ISSUE #581] Public folder ask login information for uploading/deleting files

@manprint commented on GitHub (Apr 30, 2025):

OK, it's a regression in the 0.43.0 and 0.42.0.

I tested with version 0.41.0 and it works fine. Waiting for the…