alist-org / alist

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
https://alist.nn.ci
GNU Affero General Public License v3.0
42.06k stars 5.44k forks source link

目录联接在 webdav 中为文件 #7168

Open Quackgrass opened 6 days ago

Quackgrass commented 6 days ago

Please make sure of the following things

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

welcome[bot] commented 6 days ago

Thanks for opening your first issue here! Be sure to follow the issue template!

github-actions[bot] commented 6 days ago

See

  1. 50% #7031
hemcsec commented 4 days ago

我也遇到了,可以改用 MKLINK /D Link Target

Quackgrass commented 3 days ago

可以改用 MKLINK /D Link Target

这样 SMB 会解析失败😫

jolly90s commented 3 days ago

是的,我也遇到了同样的问题,Raidrive挂载webdav,目录中用mklink /J命令创建的硬链接目录,显示的是0KB的未知类型的文件,而不是文件夹,这在3.37.1 版和3.37.2版都存在这个问题,而v3.36.0版本中不存在这个问题