Giter VIP home page Giter VIP logo

baidudisk's Introduction

baidudisk

a client of baidudisk for linux

base on fmdisk

自己从其他地方上传的文件可以正常读取,但是显示为只读文件,本程序上传的文件只能由本程序读写,并不能由其他程序读写

  • 由于百度api的限制 参阅,该程序只能处理/apps/Native下面的文件,在网页上显示为 我的应用数据/Native, 你可以把要处理的文件全部都挪到这个文件下面

build

要想编译这个项目,你需要:

以下工具

  • cmake
  • make
  • gcc, g++(需支持c++11)
  • 并且安装以下软件包: libcurl4 libcurl4-openssl json-c libfuse2 libssl 和相应的dev包(如果有)

怎么编译:

mkdir build && cd build
cmake .
make

如果没有错误,当前目录下面会生成一个名为baidudisk的可执行文件

这个文件使用类似于mount 比如 ./baidudisk disk (disk应为一个空目录)

你的网盘下的文件即可在disk目录下面看到

baidudisk's People

Contributors

choury avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.