Sergey Zhukov zhus
zhus commented on issue sigoden/dufs#2364 2026-04-11 17:13:53 +03:00
[GH-ISSUE #557] Specify a default sort order

@Crysknife007 commented on GitHub (Mar 17, 2025):

I like this idea. Perhaps it would also be useful to save the sort order to localStorage in the browser itself.…

zhus commented on issue sigoden/dufs#2364 2026-04-11 17:13:53 +03:00
[GH-ISSUE #557] Specify a default sort order

@vhtmui commented on GitHub (Jun 10, 2025):

Adding the sorting parameter will affect all users, regardless of any personalized settings they have made. You can…

zhus commented on issue sigoden/dufs#2364 2026-04-11 17:13:53 +03:00
[GH-ISSUE #557] Specify a default sort order

@sigoden commented on GitHub (Aug 2, 2025):

We will not support this feature. Not many people are interested.

Please add the query string (e.g., `?order=desc&sor…

zhus commented on issue sigoden/dufs#2364 2026-04-11 17:13:53 +03:00
[GH-ISSUE #557] Specify a default sort order

@jiangjiangflies commented on GitHub (Nov 2, 2025):

I want this feature, too! It's not comfortable to sort order to my preferred way each time when I open dufs. …

zhus commented on issue sigoden/dufs#2360 2026-04-11 17:13:52 +03:00
[GH-ISSUE #552] 用户权限问题

@sigoden commented on GitHub (Feb 25, 2025):

Cannot confirm the bug.

How stupid I am to actually test according to your configuration. dufs has complete tests,…

zhus commented on issue sigoden/dufs#2360 2026-04-11 17:13:52 +03:00
[GH-ISSUE #552] 用户权限问题

@DanielZWX commented on GitHub (Feb 25, 2025):

是的,你是对的,权限没问题。

是服务器返回了 "Forbidden",curl 命令将返回的信息保存为指定的文件了,使我误以为下载成…

zhus commented on issue sigoden/dufs#2361 2026-04-11 17:13:52 +03:00
[GH-ISSUE #554] Missing "modified date" causes files to be unavailable

@sigoden commented on GitHub (Mar 14, 2025):

@Rogibaer How do you create a file without an mtime? How can I reproduce the bug?

zhus commented on issue sigoden/dufs#2360 2026-04-11 17:13:52 +03:00
[GH-ISSUE #552] 用户权限问题

@DanielZWX commented on GitHub (Feb 25, 2025):

curl --fail http://172.16.11.194:5000/dufs/class2/class2zip -o ./class2.zip --user class3user:pass % Total …

zhus opened issue sigoden/dufs#2362 2026-04-11 17:13:52 +03:00
[GH-ISSUE #555] invalid zip file with overlapped components (possible zip bomb) for downloaded folders
zhus closed issue sigoden/dufs#2362 2026-04-11 17:13:52 +03:00
[GH-ISSUE #555] invalid zip file with overlapped components (possible zip bomb) for downloaded folders
zhus opened issue sigoden/dufs#2363 2026-04-11 17:13:52 +03:00
[GH-ISSUE #558] Upload to subdirectory using curl, show forbidden(403)
zhus closed issue sigoden/dufs#2363 2026-04-11 17:13:52 +03:00
[GH-ISSUE #558] Upload to subdirectory using curl, show forbidden(403)
zhus opened issue sigoden/dufs#2364 2026-04-11 17:13:52 +03:00
[GH-ISSUE #557] Specify a default sort order
zhus closed issue sigoden/dufs#2364 2026-04-11 17:13:52 +03:00
[GH-ISSUE #557] Specify a default sort order
zhus commented on issue sigoden/dufs#2362 2026-04-11 17:13:52 +03:00
[GH-ISSUE #555] invalid zip file with overlapped components (possible zip bomb) for downloaded folders

@sigoden commented on GitHub (Mar 14, 2025):

Cannot confirm the bug. I have tested that the dufs generated zip works on windows/macos/linux.

zhus commented on issue sigoden/dufs#2362 2026-04-11 17:13:52 +03:00
[GH-ISSUE #555] invalid zip file with overlapped components (possible zip bomb) for downloaded folders

@dkaparis commented on GitHub (Mar 18, 2025):

Cannot confirm the bug. I have tested that the dufs generated zip works on windows/macos/linux.

[dufs-test.zip](h…

zhus commented on issue sigoden/dufs#2363 2026-04-11 17:13:52 +03:00
[GH-ISSUE #558] Upload to subdirectory using curl, show forbidden(403)

@sigoden commented on GitHub (Mar 20, 2025):

This is because /test is a directory, and you can't upload a file to overwrite a directory.

-curl -T…
zhus commented on issue sigoden/dufs#2362 2026-04-11 17:13:52 +03:00
[GH-ISSUE #555] invalid zip file with overlapped components (possible zip bomb) for downloaded folders

@wsdookadr commented on GitHub (Mar 21, 2025):

The issue persists. I've compressed directories with dufs and have received complaints from people I've sent them…

zhus commented on issue sigoden/dufs#2363 2026-04-11 17:13:52 +03:00
[GH-ISSUE #558] Upload to subdirectory using curl, show forbidden(403)

@JACKCHEN99 commented on GitHub (Mar 22, 2025):

ok, thanks