[GH-ISSUE #634] Please support windows webclient #380

Closed
opened 2026-04-08 16:52:29 +03:00 by zhus · 2 comments
Owner

Originally created by @Tmalll on GitHub (Oct 2, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/634

C:\Users\Administrator>curl -v -X OPTIONS http://192.168.1.40:5004/wps/ -vv * Trying 192.168.1.40:5004... * Connected to 192.168.1.40 (192.168.1.40) port 5004 > OPTIONS /wps/ HTTP/1.1 > Host: 192.168.1.40:5004 > User-Agent: curl/8.9.1 > Accept: / > < HTTP/1.1 200 OK < allow: GET,HEAD,PUT,OPTIONS,DELETE,PROPFIND,COPY,MOVE < dav: 1,2 < content-length: 0 < date: Thu, 02 Oct 2025 20:10:28 GMT < * Connection #0 to host 192.168.1.40 left intact C:\Users\Administrator>

dufs:
allow: GET,HEAD,PUT,OPTIONS,DELETE,PROPFIND,COPY,MOVE
dav: 1,2

Windows WebDAV(webclient)
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, PROPPATCH, COPY, MOVE, MKCOL, LOCK, UNLOCK
DAV: 1,2
MS-Author-Via: DAV

Originally created by @Tmalll on GitHub (Oct 2, 2025). Original GitHub issue: https://github.com/sigoden/dufs/issues/634 C:\Users\Administrator>curl -v -X OPTIONS http://192.168.1.40:5004/wps/ -vv * Trying 192.168.1.40:5004... * Connected to 192.168.1.40 (192.168.1.40) port 5004 > OPTIONS /wps/ HTTP/1.1 > Host: 192.168.1.40:5004 > User-Agent: curl/8.9.1 > Accept: */* > < HTTP/1.1 200 OK < allow: GET,HEAD,PUT,OPTIONS,DELETE,PROPFIND,COPY,MOVE < dav: 1,2 < content-length: 0 < date: Thu, 02 Oct 2025 20:10:28 GMT < * Connection #0 to host 192.168.1.40 left intact C:\Users\Administrator> dufs: allow: GET,HEAD,PUT,OPTIONS,DELETE,PROPFIND,COPY,MOVE dav: 1,2 Windows WebDAV(webclient) Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, PROPPATCH, COPY, MOVE, MKCOL, LOCK, UNLOCK DAV: 1,2 MS-Author-Via: DAV
zhus closed this issue 2026-04-08 16:52:29 +03:00
Author
Owner

@sigoden commented on GitHub (Oct 3, 2025):

Dufs supports the Windows WebDAV client.

<!-- gh-comment-id:3363663935 --> @sigoden commented on GitHub (Oct 3, 2025): Dufs supports the Windows WebDAV client.
Author
Owner

@Tmalll commented on GitHub (Oct 4, 2025):

Dufs supports the Windows WebDAV client.

I used the Windows WebDAV client to connect to the dufs WebDAV server. Initially, the connection worked, but after a few minutes, it stopped working and reported a device not found and connection failure, reporting error 0x800704b3. I contacted chatgpt about this issue, and after a series of troubleshooting, they told me that dufs lacked support for certain commands. I later switched to using the rclone server WebDAV, and everything worked fine.

<!-- gh-comment-id:3368275862 --> @Tmalll commented on GitHub (Oct 4, 2025): > Dufs supports the Windows WebDAV client. I used the Windows WebDAV client to connect to the dufs WebDAV server. Initially, the connection worked, but after a few minutes, it stopped working and reported a device not found and connection failure, reporting error 0x800704b3. I contacted chatgpt about this issue, and after a series of troubleshooting, they told me that dufs lacked support for certain commands. I later switched to using the rclone server WebDAV, and everything worked fine.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#380