ubuntu16.04下下载baiduyun大文件

https://github.com/GangZhuo/BaiduPCS/blob/master/README.md#%E4%B8%8B%E8%BD%BD%E6%96%87%E4%BB%B6

baidupcs

编译 (Debian):

程序依赖于 libcurl。

1. 安装依赖

apt-get install build-essential libcurl4-openssl-dev libssl-dev

2. 获取源代码

git clone https://github.com/GangZhuo/BaiduPCS.git

3. 编译源代码

cd BaiduPCS
make clean
make
make install #将安装到/usr/local/bin下

4. 手动安装到其他目录,例如 /usr/bin 下

cp ./bin/pcs /usr/bin/
pcs login    会提示输入用户名和密码
pcs ls [dir]

pcs download [-f] <remote file> <local file>
pcs d [-f] <remote file> <local file>

只能下载文件,如果需要下载目录,请使用 'pcs synch -d <local dir> <remote dir>'。
pcs logout
 
原文地址:https://www.cnblogs.com/gisalameda/p/6857538.html