OneDriveShareLinkPushAria2
OneDriveShareLinkPushAria2 copied to clipboard
采用默认aria2的配置会出现失败情况
下载很多文件,发现很多文件为540B的文件 cat 该文件
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=10"/>
<script src="throttleerror.js" type="text/javascript" ></script>
<title id="errorpagetitle"></title>
</head>
<body class="ms-core-needIEFilter" id="ms-error-body">
<div class="ms-pr" id="ms-error-header">
<h1 class="ms-core-pageTitle" id="errortitle">
</h1>
<p id="errortext"></p>
</div>
</body>
</html>
设置了单服务器连接数为32,单任务连接数64,最大同时下载数5.
测试过一个文件一个文件下载,仍然会出现该文件。需要增加判定,出现该文件需要进行重新下载。 请问有其他好的解决方案吗?