中科大睿客网云盘 rec.ustc.edu.cn/recdrive (unofficial) SDK
I still have my recdrive account so if the library can not work, I will debug and fix it. However, further development is not likely since now I do not use it. If you are looking for a (somehow, more than this project) actively maintained recdrive cli, see the Related section.
- List a folder
- Upload / Download a file
# List a folder
recdrive -token <token> ls <dir>
# Upload a file
recdrive -token <token> cp <file> :<dir>
# Download a file
recdrive -token <token> cp :<file> <file>
# Other than `-token <token>`, use env `TOKEN` is also OK
MIT or Apache 2.0 at your option
SPDX-License-Identifier: MIT OR Apache-2.0