当我想下载 browser
由于连接不好,我必须从开头下载文件。
是否有一个应用程序或浏览器插件,可以继续下载失败的下载?
我发现了 byte tornado
应用程序,这不是很多帮助。
当我想下载 browser
由于连接不好,我必须从开头下载文件。
是否有一个应用程序或浏览器插件,可以继续下载失败的下载?
我发现了 byte tornado
应用程序,这不是很多帮助。
It's often happening when I want to download a file with browser
that download fails due to a bad connection and then I have to download a file from the beginning.
Is there an app or browser plugin that is able to continue downloading of failed download?
I found only byte tornado
app which is not much help.
也许这不是您要找的,但如果您已安装BusyBox和终端应用程序,则可以继续下载:
wget --continue --output-document file.part URL
Maybe this is not what you are looking for, but if you have installed busybox and a terminal application, you can continue your download with:
wget --continue --output-document file.part URL
如果您有Android设备尝试HTTP下载器。它可用于从任何字节偏移量请求下载。这样你就可以跳过你已经下载了多少&完成剩下的。
完成后,您可以加入那些2个文件部分以获取完整的已完成文件。 (文件joiner在应用程序中是内置的。它们也为PC提供免费文件joiner应用程序)
以下是链接
应用程序: https://play.google.com /store/apps/details?id=ajk.http.downloader
步骤明智指令: https://youtu.be/li4hm0nuosq
note :我是隶属于开发者的开发者谐振,它开发了该应用程序和视频。
If you have an android device try HTTP Downloader. It can be used to request download from any byte offset. So that you can skip how much you have already downloaded & complete the remaining.
After completing, you can join those 2 file parts to get the full completed file. (File joiner is inbuilt in the app. Also they provide free File joiner application for PC)
Here are the links
App: https://play.google.com/store/apps/details?id=ajk.http.downloader
Step wise instructions: https://youtu.be/lI4hm0NuosQ
Note: I am affiliated with the developer Resonance which developed that app and the video.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有