ubuntu16.04下下载baiduyun大文件
生活随笔
收集整理的這篇文章主要介紹了
ubuntu16.04下下载baiduyun大文件
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
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-dev2. 獲取源代碼
git clone https://github.com/GangZhuo/BaiduPCS.git3. 編譯源代碼
cd BaiduPCS make clean make make install #將安裝到/usr/local/bin下4. 手動(dòng)安裝到其他目錄,例如 /usr/bin 下
cp ./bin/pcs /usr/bin/?
?
pcs login 會(huì)提示輸入用戶名和密碼pcs ls [dir]
pcs download [-f] <remote file> <local file> pcs d [-f] <remote file> <local file>只能下載文件,如果需要下載目錄,請(qǐng)使用 'pcs synch -d <local dir> <remote dir>'。 pcs logout ?
轉(zhuǎn)載于:https://www.cnblogs.com/gisalameda/p/6857538.html
創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎(jiǎng)勵(lì)來咯,堅(jiān)持創(chuàng)作打卡瓜分現(xiàn)金大獎(jiǎng)總結(jié)
以上是生活随笔為你收集整理的ubuntu16.04下下载baiduyun大文件的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: MySQL-InnoDB引擎
- 下一篇: Ubuntu上安装配置JDK