Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从服务器下载文件时遇到问题,问题是当我开始下载文件时,下载速度很好,但几次之后,第二次下载速度下降。
我正在使用 aria2c 并希望有什么方法可以每 5 秒暂停和恢复下载?
我通过使用 aria2c 解决了我的问题RPC INTERFACE。
RPC INTERFACE
aria2 提供 JSON-RPC over HTTP 和 XML-RPC over HTTP 接口,它们提供基本相同的功能。aria2 还通过 WebSocket 提供 JSON-RPC
我在 Node.js 中编写了一个脚本,它使用aria2.pauseandaria2.unpause来暂停和恢复每 5 秒
aria2.pause
aria2.unpause