{"id":1471,"date":"2020-09-21T23:32:51","date_gmt":"2020-09-21T15:32:51","guid":{"rendered":"http:\/\/localhost\/wordpress\/?p=1471"},"modified":"2020-09-21T23:32:51","modified_gmt":"2020-09-21T15:32:51","slug":"win10%e7%b3%bb%e7%bb%9f%e9%85%8d%e7%bd%aearia2","status":"publish","type":"post","link":"https:\/\/blog.xukzhao.dpdns.org\/?p=1471","title":{"rendered":"Win10\u7cfb\u7edf\u914d\u7f6eAria2"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>aria2\u662f\u4e00\u4e2a\u8f7b\u91cf\u7ea7\u7684\u591a\u534f\u8bae\u548c\u591a\u6e90\u547d\u4ee4\u884c\u4e0b\u8f7d\u5b9e\u7528\u7a0b\u5e8f\u3002\u5b83\u652f\u6301HTTP \/ HTTPS\uff0cFTP\uff0cSFTP\uff0cBitTorrent\u548cMetalink\u3002aria2\u53ef\u4ee5\u901a\u8fc7\u5185\u7f6e\u7684JSON-RPC\u548cXML-RPC\u63a5\u53e3\u8fdb\u884c\u64cd\u4f5c\u3002<\/p><\/blockquote>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">\u4e00\u3001\u4e0b\u8f7d\u4e0e\u5b89\u88c5<\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li><a target=\"_blank\" href=\"https:\/\/github.com\/aria2\/aria2\/releases\" rel=\"noreferrer noopener\">\u70b9\u51fb\u8fd9\u91cc<\/a>\uff0c\u4e0b\u8f7d\u6700\u65b0\u7248\u7684aria2<\/li><li>\u89e3\u538b\u7f29\uff0c\u5728\u5f53\u524d\u76ee\u5f55\u4e0b\u521b\u5efa\u56db\u4e2a\u6587\u4ef6\uff1a<\/li><\/ol>\n\n\n\n<ul class=\"wp-block-list\"><li>Aria2.log \uff08\u65e5\u5fd7\uff0c\u7a7a\u6587\u4ef6\u5c31\u884c\uff09<\/li><li>aria2.session \uff08\u4e0b\u8f7d\u5386\u53f2\uff0c\u7a7a\u6587\u4ef6\u5c31\u884c\uff09<\/li><li>aria2.conf \uff08\u914d\u7f6e\u6587\u4ef6\uff09<\/li><li>HideRun.vbs \uff08\u9690\u85cfcmd\u7a97\u53e3\u8fd0\u884c\u7528\u5230\u7684\uff09<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/user-gold-cdn.xitu.io\/2020\/5\/21\/172372a09b84e0fc?imageView2\/0\/w\/1280\/h\/960\/format\/webp\/ignore-error\/1\" alt=\"image\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e8c\u3001\u914d\u7f6e<\/h2>\n\n\n\n<p>\u7f16\u8f91<code>aria2.conf<\/code>\uff0c\u590d\u5236\u4ee5\u4e0b\u5185\u5bb9\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>dir=C:\\Users\\Administrator\\Desktop\\\n\nlog=C:\\Users\\Administrator\\Desktop\\temp\\aria2-1.35.0\\Aria2.log\n\ninput-file=C:\\Users\\Administrator\\Desktop\\temp\\aria2-1.35.0\\aria2.session\n\nsave-session=C:\\Users\\Administrator\\Desktop\\temp\\aria2-1.35.0\\aria2.session\n\nasync-dns-server=114.114.114.114\n\nsave-session-interval=60\n\nforce-save=true\n\nlog-level=error\n\n# see --split option\n\nmax-concurrent-downloads=5\n\ncontinue=true\n\nmax-overall-download-limit=0\n\nmax-overall-upload-limit=50K\n\nmax-upload-limit=20\n\n# Http\/FTP options\n\nconnect-timeout=120\n\nlowest-speed-limit=10K\n\nmax-connection-per-server=10\n\nmax-file-not-found=2\n\nmin-split-size=1M\n\nsplit=5\n\ncheck-certificate=false\n\nhttp-no-cache=true\n\n# FTP Specific Options\n\n# BT\/PT Setting\n\nbt-enable-lpd=true\n\n#bt-max-peers=55\n\nfollow-torrent=true\n\nenable-dht6=false\n\nbt-seed-unverified\n\nrpc-save-upload-metadata=true\n\nbt-hash-check-seed\n\nbt-remove-unselected-file\n\nbt-request-peer-speed-limit=100K\n\nseed-ratio=0.0\n\n# Metalink Specific Options\n\n# RPC Options\n\nenable-rpc=true\n\npause=false\n\nrpc-allow-origin-all=true\n\nrpc-listen-all=true\n\nrpc-save-upload-metadata=true\n\nrpc-secure=false\n\n# Advanced Options\n\ndaemon=true\n\ndisable-ipv6=true\n\nenable-mmap=true\n\nfile-allocation=falloc \n\nmax-download-result=120\n\n#no-file-allocation-limit=32M\n\nforce-sequential=true\n\nparameterized-uri=true\n\u590d\u5236\u4ee3\u7801<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u6ce8\u610f\u4fee\u6539\u4ee5\u4e0b\u9009\u9879<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>dir=C:\\Users\\Administrator\\Desktop\\\uff08\u4e0b\u8f7d\u6587\u4ef6\u4fdd\u5b58\u8def\u5f84\uff0c\u6539\u4e3a\u4f60\u60f3\u8981\u7684\uff09\n\nlog=C:\\Users\\Administrator\\Desktop\\temp\\aria2-1.35.0\\Aria2.log\uff08\u65e5\u5fd7\u6587\u4ef6\uff0c\u8def\u5f84D:\\App\\Aria2\\\u6539\u4e3a\u4f60\u5b89\u88c5aria2\u7684\u8def\u5f84\uff09\n\ninput-file=C:\\Users\\Administrator\\Desktop\\temp\\aria2-1.35.0\\aria2.session\n\nsave-session=C:\\Users\\Administrator\\Desktop\\temp\\aria2-1.35.0\\aria2.session\n\u590d\u5236\u4ee3\u7801<\/code><\/pre>\n\n\n\n<p>\u6700\u540e\u4e24\u9879\u662f\u8bb0\u5f55\u548c\u8bfb\u53d6\u4e0b\u8f7d\u5386\u53f2\u7528\u7684\uff0c\u65ad\u7535\u548c\u91cd\u542f\u65f6\u4fdd\u8bc1\u4e0b\u8f7d\u4efb\u52a1\u4e0d\u4f1a\u4e22\u5931\uff0c\u5982\u679c\u6709\u65f6<code>aria2<\/code>\u4e0d\u80fd\u542f\u52a8\uff0c\u6e05\u7a7a\u8fd9\u91cc\u9762\u7684\u5185\u5bb9\u5c31\u884c\u4e86\uff0c\u8def\u5f84<code>D:\\App\\Aria2\\<\/code>\u6539\u4e3a\u4f60\u5b89\u88c5<code>aria2<\/code>\u7684\u8def\u5f84\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e09\u3001\u542f\u52a8Aria2<\/h2>\n\n\n\n<p>\u7f16\u8f91HideRun.vbs\uff0c\u5e76\u590d\u5236\u4ee5\u4e0b\u5185\u5bb9\uff0c\u6ce8\u610f\u4fee\u6539D:\\App\\Aria2\\\u4e3a\u4f60\u7684aria2\u5b89\u88c5\u8def\u5f84\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>CreateObject(\"WScript.Shell\").Run \"C:\\Users\\Administrator\\Desktop\\temp\\aria2-1.35.0\\aria2c.exe --conf-path=aria2.conf --async-dns=false\",0\n\u590d\u5236\u4ee3\u7801<\/code><\/pre>\n\n\n\n<p>\u6ce8\u610f\u6700\u540e\u7684<code>--async-dns=false<\/code>\uff0c\u4e2a\u4eba\u4eb2\u6d4b\u4e0d\u52a0\u4f1a\u62a5<strong>\u57df\u540d\u89e3\u6790\u5931\u8d25<\/strong>\u7684\u9519\u8bef\u3002<\/p>\n\n\n\n<p>\u8981\u542f\u52a8aria2\uff0c\u4e00\u5b9a\u8981\u70b9\u51fb\u8fd9\u4e2a\u6587\u4ef6\uff0c\u4e0d\u8981\u70b9\u51fbaria2c.exe\u3002\u5982\u679c\u8981\u5f00\u673a\u542f\u52a8\uff0c\u521b\u5efa\u4e00\u4e2aHideRun.vbs\u7684\u5feb\u6377\u65b9\u5f0f\uff0c\u653e\u5728\u201dC:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\StartUp\u201c\u4e2d\u5373\u53ef\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/user-gold-cdn.xitu.io\/2020\/5\/21\/172372a09741c561?imageView2\/0\/w\/1280\/h\/960\/format\/webp\/ignore-error\/1\" alt=\"image\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u56db\u3001\u7ba1\u7406Aria2\u4e0b\u8f7d\u4efb\u52a1<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u9996\u5148\u6211\u4eec\u8981\u6253\u5f00Aria2 \u7684WebUI\uff0c\u4e2a\u4eba\u63a8\u8350\u4e00\u4e2a Chrome \u63d2\u4ef6&nbsp;<a target=\"_blank\" href=\"https:\/\/github.com\/jae-jae\/Camtd\/wiki\/Camtd%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B\" rel=\"noreferrer noopener\">Camtd<\/a><\/li><li>\u7136\u540e\u518d\u9875\u9762\u7684\u8bbe\u7f6e\u4e2d\u5c06JSON-RPC Path\u8bbe\u7f6e\u4e3a&nbsp;<code>http:\/\/localhost:6800\/jsonrpc<\/code><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>aria2\u662f\u4e00\u4e2a\u8f7b\u91cf\u7ea7\u7684\u591a\u534f\u8bae\u548c\u591a\u6e90\u547d\u4ee4\u884c\u4e0b\u8f7d\u5b9e\u7528\u7a0b\u5e8f\u3002\u5b83\u652f\u6301HTTP \/ HTTPS\uff0cFTP\uff0cSFTP\uff0cBi [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-1471","post","type-post","status-publish","format-standard","hentry","category-6"],"_links":{"self":[{"href":"https:\/\/blog.xukzhao.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts\/1471","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.xukzhao.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.xukzhao.dpdns.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.xukzhao.dpdns.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.xukzhao.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1471"}],"version-history":[{"count":0,"href":"https:\/\/blog.xukzhao.dpdns.org\/index.php?rest_route=\/wp\/v2\/posts\/1471\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.xukzhao.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1471"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.xukzhao.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1471"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.xukzhao.dpdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1471"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}