Sergey Zhukov zhus
zhus commented on issue sigoden/dufs#138 2026-04-08 16:50:38 +03:00
[GH-ISSUE #265] Cannot edit because file is too large or binary.

@sigoden commented on GitHub (Sep 18, 2023):

File size > 4M is too large for editing.

zhus opened issue sigoden/dufs#139 2026-04-08 16:50:38 +03:00
[GH-ISSUE #266] upload/delete doesn't work on termux (android)
zhus closed issue sigoden/dufs#139 2026-04-08 16:50:38 +03:00
[GH-ISSUE #266] upload/delete doesn't work on termux (android)
zhus opened issue sigoden/dufs#140 2026-04-08 16:50:38 +03:00
[GH-ISSUE #267] Possible to resume downloads after Network Disconnect?
zhus closed issue sigoden/dufs#140 2026-04-08 16:50:38 +03:00
[GH-ISSUE #267] Possible to resume downloads after Network Disconnect?
zhus opened issue sigoden/dufs#141 2026-04-08 16:50:38 +03:00
[GH-ISSUE #268] A limited user shows root folder when using webdav
zhus closed issue sigoden/dufs#141 2026-04-08 16:50:38 +03:00
[GH-ISSUE #268] A limited user shows root folder when using webdav
zhus commented on issue sigoden/dufs#139 2026-04-08 16:50:38 +03:00
[GH-ISSUE #266] upload/delete doesn't work on termux (android)

@sigoden commented on GitHub (Sep 18, 2023):

you should run dufs -A -a admin:123@/:rw --auth-method basic The path requires :rw prefix to grant write…

zhus commented on issue sigoden/dufs#141 2026-04-08 16:50:38 +03:00
[GH-ISSUE #268] A limited user shows root folder when using webdav

@sigoden commented on GitHub (Sep 26, 2023):

The awser is same to #263

Webdav must be designed like this.

This is because some webdav clients do not carry…

zhus commented on issue sigoden/dufs#140 2026-04-08 16:50:38 +03:00
[GH-ISSUE #267] Possible to resume downloads after Network Disconnect?

@sigoden commented on GitHub (Sep 23, 2023):

DUFS already supports resumable downloads, you can test it with:

curl --range 100-1099 http://localhost:5000/…
zhus commented on issue sigoden/dufs#134 2026-04-08 16:50:37 +03:00
[GH-ISSUE #261] Escaping field separators of -a option not possible

@sigoden commented on GitHub (Aug 31, 2023):

dufs prefers ease of use over versatility, don't use the @ character as your username or password and you'll be fine

zhus commented on issue sigoden/dufs#135 2026-04-08 16:50:37 +03:00
[GH-ISSUE #260] Add external authenticator header for reverse proxying

@sigoden commented on GitHub (Aug 31, 2023):

Use proxy server authentication alone,or use dufs authentication alone,Mixing these together can be both intricate…

zhus commented on issue sigoden/dufs#135 2026-04-08 16:50:37 +03:00
[GH-ISSUE #260] Add external authenticator header for reverse proxying

@ItalyPaleAle commented on GitHub (Jan 21, 2024):

I would love support for "pass-through authentication" too, where the proxy authenticates users and dufs uses…

zhus opened issue sigoden/dufs#136 2026-04-08 16:50:37 +03:00
[GH-ISSUE #262] Lowercase and uppercase names are sorted seperately
zhus opened issue sigoden/dufs#137 2026-04-08 16:50:37 +03:00
[GH-ISSUE #263] webDAV: Disclosure of file names in directories on the path.
zhus closed issue sigoden/dufs#137 2026-04-08 16:50:37 +03:00
[GH-ISSUE #263] webDAV: Disclosure of file names in directories on the path.
zhus closed issue sigoden/dufs#136 2026-04-08 16:50:37 +03:00
[GH-ISSUE #262] Lowercase and uppercase names are sorted seperately
zhus opened issue sigoden/dufs#138 2026-04-08 16:50:37 +03:00
[GH-ISSUE #265] Cannot edit because file is too large or binary.
zhus closed issue sigoden/dufs#138 2026-04-08 16:50:37 +03:00
[GH-ISSUE #265] Cannot edit because file is too large or binary.
zhus commented on issue sigoden/dufs#137 2026-04-08 16:50:37 +03:00
[GH-ISSUE #263] webDAV: Disclosure of file names in directories on the path.

@sigoden commented on GitHub (Sep 6, 2023):

Webdav must be designed like this.

This is because some webdav clients do not carry the Authorization header when…