树莓派 之 百度云

作者: 不着调的小男生 | 来源:发表于2016-09-16 18:11 被阅读699次

    Baidu pcs (命令行)
    Prerequisite:

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

    git:

    编译:

    • cd BaiduPCS
    • make

    安装:

    • cp ./bin/pcs /usr/bin/

    (chmod a+x /usr/bin/pcs)

    登陆:

    • pcs login

    下载文件夹:

    • pcs synch -d <local path> <remote path>

    帮助:

    • pcs help

    bcloud (GUI)

    记得使用中在树莓派上曾经遇到过问题,更推荐第一个

    相关文章

      网友评论

        本文标题:树莓派 之 百度云

        本文链接:https://www.haomeiwen.com/subject/qvdiettx.html