-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
离线上传 #5438
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
See
|
你在路由器搭建就可以了呀~ 😹 |
您可以说的具体一点吗 |
你想要的是:直接用路由器下载一个文件,然后再让它自己传到alist上吗? 老实说,我总感觉这里的问题总有逆天的。。。 你可以先去百度一下离线下载,然后再百度一下离线上传 |
我在电脑上有想要上传到视频文件,但是学校晚上会停电,我害怕文件传不完电脑就关机了,想着把文件先传到路由器挂载的存储器上,再从路由器把文件上传到阿里云盘,因为我的alist就是部署在路由器上的嘛。 |
但是你标题的离线上传,还是感觉很逆天。 你功能的需求倒是可以简单实现。这个都不需要对alist本身做任何改动 我有一个很简单的实现方式,alist是支持添加本地存储的,也就是服务器内置的磁盘。同时支持在已添加的不同存储之间移动或者复制文件。剩下的你应该明白了吧 |
非常感谢 |
小哥哥为何不折腾下软路由跑alist? @Hua-Fen |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello @, this issue was closed due to inactive more than 52 days. You can reopen or recreate it if you think it should continue. Thank you for your contributions again. |
Please make sure of the following things
Description of the feature / 需求描述
在使用openalist的时候,我想通过路由器本身进行文件上传,而不是通过电脑上传,这样即使电脑关机,上传任务也不会中断。
Suggested solution / 实现思路
我看到alist中的离线下载功能是先通过aria2,先下载文件到本地设备,然后再将下载的文件传输到相应的存储。在使用openalist时,此时的本地设备应该是路由器本身的存储设备,如果能把后半部分“将下载的文件传输到相应的存储”功能拆分出来,一个就可以实现从路由器上传文件到网盘中了。
Additional context / 附件
No response
The text was updated successfully, but these errors were encountered: