Linux下載百度雲文件

Linux下載百度雲文件

1.在windows下載百度雲破版pandownload
http://pandownload.com/index.html

2.在Linux下載安裝百度雲助手Aria2
yum install aria2 -y

apt-get install aria2

3.上面命令執行錯誤,不能直接安裝Aria2時,安裝wget和EPEL源。
yum install -y wget
wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm #下載epel源rpm包

4.啓動測試Aria2
aria2c --conf-path=/etc/aria2/aria2.conf

5.無錯誤啓動
aria2c --conf-path=/etc/aria2/aria2.conf -D

6.在pandownload下載文件到Linux
參考“遠程下載”:http://pandownload.com/document/remote.html

參考:
https://www.cnblogs.com/dafang/p/9114598.html
https://blog.csdn.net/yangfanv/article/details/69952065
http://ju.outofmemory.cn/entry/330140

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章