We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alist
Dependencies
Operational
v3.9.1
AList V3
使用管理Alist,这里记做A,挂载一个alist v3存储(路径为/b,其中挂载了任意/b/a、/b/b两个存储),这里记做B。 在A中操作B中的文件进行跨盘复制(将/b/a/a.txt文件复制到/b/b/)的时候。 在B的管理后台会发现复制失败,显示文件路径重复了两遍(在B的复制任务中,将显示[/a](/a.txt/a.txt)) 而原本的路径应该为[/a](/a.txt)
/b
/b/a
/b/b
/b/a/a.txt
/b/b/
[/a](/a.txt/a.txt)
[/a](/a.txt)
AList A:https://alist-test.akashicoin.repl.co/ AList B:https://alist-b.akashicoin.repl.co/
账号: admin 密码: 4Q8WmHf7
No response
The text was updated successfully, but these errors were encountered:
28875ce
No branches or pull requests
Please make sure of the following things
alist
and not something else(such asDependencies
orOperational
).Alist Version / Alist 版本
v3.9.1
Driver used / 使用的存储驱动
AList V3
Describe the bug / 问题描述
使用管理Alist,这里记做A,挂载一个alist v3存储(路径为
/b
,其中挂载了任意/b/a
、/b/b
两个存储),这里记做B。在A中操作B中的文件进行跨盘复制(将
/b/a/a.txt
文件复制到/b/b/
)的时候。在B的管理后台会发现复制失败,显示文件路径重复了两遍(在B的复制任务中,将显示
[/a](/a.txt/a.txt)
)而原本的路径应该为
[/a](/a.txt)
Reproduction / 复现链接
AList A:https://alist-test.akashicoin.repl.co/
AList B:https://alist-b.akashicoin.repl.co/
账号: admin
密码: 4Q8WmHf7
Logs / 日志
No response
The text was updated successfully, but these errors were encountered: