Skip to content
New issue

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

aria2离线到本机存储无需经过临时目录 #7718

Open
4 tasks done
gitiray opened this issue Dec 27, 2024 · 0 comments
Open
4 tasks done

aria2离线到本机存储无需经过临时目录 #7718

gitiray opened this issue Dec 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@gitiray
Copy link

gitiray commented Dec 27, 2024

Please make sure of the following things

  • I have read the documentation.
  • I'm sure there are no duplicate issues or discussions.
  • I'm sure this feature is not implemented.
  • I'm sure it's a reasonable and popular requirement.

Description of the feature / 需求描述

通过alist提交aria2离线下载到本机存储的任务,会先下载文件到alist的临时目录,下载完成后再移动到目标目录。

这个设计 有概率 导致离线下载任务完成后,文件未被有效移动到目标路径,依然在临时目录,且在后台看不到对应的文件移动任务。
同时即使是文件移动完成后,临时目录也会残留空的文件夹。

对于本机存储,我觉得没有必要经过临时目录绕一圈,一方面是上面没有正确移动成功的问题
另一方面移动是需要时间后资源占用的,本机的两个目录互相移动增加了无意义的资源消耗和时间等待

Suggested solution / 实现思路

No response

Additional context / 附件

No response

@gitiray gitiray added the enhancement New feature or request label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant