mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #39] 使用SolidExplorer连接webdav时,当前目录会多出来一个同名的目录 #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dudw on GitHub (Jun 15, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/39
例如 http://192.168.1.3/data1 , 显示中会多出来一个data1,
对比发现返回的xml中 <D:href>/data1</D:href> ,
如果返回 <D:href>/data1/</D:href> 则正常显示