alist
alist copied to clipboard
目录联接在 webdav 中为文件
Please make sure of the following things
-
[X] I have read the documentation. 我已经阅读了文档。
-
[X] I'm sure there are no duplicate issues or discussions. 我确定没有重复的issue或讨论。
-
[X] I'm sure it's due to
AListand not something else(such as Network ,DependenciesorOperational). 我确定是AList的问题,而不是其他原因(例如网络,依赖或操作)。 -
[X] I'm sure this issue is not fixed in the latest version. 我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
v3.37.1
Driver used / 使用的存储驱动
本机存储
Describe the bug / 问题描述
使用 mklink /J link target 创建目录联接 link,以 webdav 形式访问 link。link 在 v3.37.1 中显示为 0B 的文件;在 v3.36.0 中显示为文件夹。
Reproduction / 复现链接
使用 mklink /J link target 创建的目录即可。
Config / 配置
只更新软件,未变更配置。
Logs / 日志
No response
Thanks for opening your first issue here! Be sure to follow the issue template!
See
- 50% #7031
我也遇到了,可以改用 MKLINK /D Link Target
可以改用 MKLINK /D Link Target
这样 SMB 会解析失败😫
是的,我也遇到了同样的问题,Raidrive挂载webdav,目录中用mklink /J命令创建的硬链接目录,显示的是0KB的未知类型的文件,而不是文件夹,这在3.37.1 版和3.37.2版都存在这个问题,而v3.36.0版本中不存在这个问题
已经用上openlist了, 没有这个问题, 完美
pr #9324 修复了这个问题,pr合并后该issue将关闭