之前看到有:
中的:
下载神器Aria2 -》 实现百度云、迅雷离线等满速下载
后来:
【记录】Mac版IDA Pro
遇到下载文件,速度太慢

去试试Aria2,能否实现全速下载
Aria2
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
aria2
The next generation download utility.


关于aria2最完整的一篇 – 老王的自留地 | ivo Blog
http://ivo-wang.github.io/2019/04/18/关于aria2最完整的一篇/
但是找不到安装后的app
aria2 dmg
看到提示:This repository has been archived by the owner. It is now read-only.
放弃。
还是去看:技术宅版 — 适合喜欢折腾的人
这部分,就是用的:aria2-1.30.0-osx-darwin.dmg
想要去其网盘
下载,结果发现网盘被禁了:

去看看其他文件:
下载下来
再去新建配置目录
1 2 3 4 5 6 7 8 9 10 11 12 | crifan@licrifandeMacBook-Pro ~ ll ~ total 16 ... drwx------@ 13 crifan staff 416B 1 12 23:23 Desktop drwx------@ 44 crifan staff 1.4K 4 4 22:35 Documents drwx------@ 73 crifan staff 2.3K 4 25 11:44 Downloads ... crifan@licrifandeMacBook-Pro ~ cd ~ /Downloads crifan@licrifandeMacBook-Pro ~ /Downloads pwd /Users/crifan/Downloads crifan@licrifandeMacBook-Pro ~ /Downloads mkdir ~/.aria2 crifan@licrifandeMacBook-Pro ~ /Downloads open ~/.aria2 |
把配置文件aria2.conf弄过去:

“接着找到压缩文件aria2c.zip,解压后将aria2c文件夹整个拖入 /Applications 目录下。”
此处Mac中没有aria2c.zip
不过,之前双击安装了dmg后,找到了aria2c:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | crifan@licrifandeMacBook-Pro ~ which aria2c /usr/local/aria2/bin/aria2c crifan@licrifandeMacBook-Pro ~ aria2c --version aria2 version 1.35.0 Copyright (C) 2006, 2019 Tatsuhiro Tsujikawa This program is free software; you can redistribute it and /or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ** Configuration ** Enabled Features: Async DNS, BitTorrent, Firefox3 Cookie, GZip, HTTPS, Message Digest, Metalink, XML-RPC, SFTP Hash Algorithms: sha-1, sha-224, sha-256, sha-384, sha-512, md5, adler32 Libraries: zlib /1 .2.11 expat /2 .2.8 sqlite3 /3 .30.0 AppleTLS GMP /6 .1.2 c-ares /1 .15.0 libssh2 /1 .9.0 Compiler: Apple LLVM 11.0.0 (clang-1100.0.33.8) built by x86_64-apple-darwin18.7.0 on Oct 6 2019 09:53:39 System: Darwin 19.2.0 Darwin Kernel Version 19.2.0: Sat Nov 9 03:47:04 PST 2019; root:xnu-6153.61.1~20 /RELEASE_X86_64 x86_64 Report bugs to https: //github .com /aria2/aria2/issues Visit https: //aria2 .github.io/ |
运行,但报错:
【已解决】Mac中运行aria2c报错:Exception errorCode 1 Failed to open the file /etc/aria2/aria2.session
然后去看看进程:
1 2 3 | crifan@licrifandeMacBook - Pro ~ ps aux | grep aria2c crifan 23735 0.0 0.0 4285688 664 s004 R + 12 : 06 下午 0 : 00.00 grep - - color = auto - - exclude - dir = .bzr - - exclude - dir = CVS - - exclude - dir = .git - - exclude - dir = .hg - - exclude - dir = .svn aria2c crifan 23277 0.0 0.0 4300612 2236 s003 S + 12 : 05 下午 0 : 00.03 aria2c |
的确已运行。
再去找合适的UI
Aria2 WebUI
【未解决】Mac中用aria2客户端aria2gui下载
算了,放弃客户端。
换用web页面试试:
【未解决】Mac中Aria2的Web客户端webui-aria2下载
再去想其他办法:
【未解决】Mac中尝试突破百度网盘下载速度限制
转载请注明:在路上 » 【未解决】Mac中尝试Aria2实现百度网盘全速下载