BaiduPCS-Go上传下载不限速的百度网盘客户端

BaiduPCS-Go项目地址(https://github.com/iikira/BaiduPCS-Go) Android运行BaiduPCS-Go 下载Termux 安装并运行 termux-setup-storage 始终允许Termux获取存储权限 安装方式一: 通过软件源安装 echo "deb [trusted=yes] http://termux.iikira.com stable main" >> /data/data/com.termux/files/usr/etc/apt/sources.list 添加更新软件源 apt update 安装程序 apt install baidupcs-go 安装方式二: 手动安装 apt update && apt upgrade -y wget -O 1.zip https://github.com/iikira/BaiduPCS-Go/releases/download/v3.3.3/BaiduPCS-Go-v3.3.3-android-21-arm64.zip unzip 1.zip && rm 1.zip mv BaiduPCS-Go-v3.3.3-android-21-arm64 BaiduPCS-Go cd ~/BaiduPCS-Go && ./BaiduPCS-Go 按提示完成登陆 BaiduPCS-Go login 配置文件所在的目录为家目录的情况 config set -max_parallel 500 下载最大并发量建议值: 50~500, 太低下载速度提升不明显甚至速度会变为0, 太高可能会导致程序出错被操作系统结束掉 更新程序 apt update apt install baidupcs-go 卸载程序 apt remove baidupcs-go BaiduPCS-Go 百度网盘客户端 仿 Linux shell 文件处理命令的百度网盘命令行客户端. This project was largely inspired by GangZhuo/BaiduPCS ...

一月 13, 2019 · admin