https://github.com/myl7/recdrive
中科大睿客网云盘 rec.ustc.edu.cn/recdrive (unofficial) SDK
https://github.com/myl7/recdrive
cloud-storage golang ustc
Last synced: 11 months ago
JSON representation
中科大睿客网云盘 rec.ustc.edu.cn/recdrive (unofficial) SDK
- Host: GitHub
- URL: https://github.com/myl7/recdrive
- Owner: myl7
- License: apache-2.0
- Created: 2021-11-30T13:09:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T10:03:23.000Z (over 3 years ago)
- Last Synced: 2025-03-24T03:11:30.247Z (about 1 year ago)
- Topics: cloud-storage, golang, ustc
- Language: Go
- Homepage: https://rec.ustc.edu.cn/recdrive
- Size: 33.2 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# recdrive
中科大睿客网云盘 rec.ustc.edu.cn/recdrive (unofficial) SDK
## Maintenance
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.
## Features
- List a folder
- Upload / Download a file
## Get Started
```bash
# List a folder
recdrive -token ls
# Upload a file
recdrive -token cp :
# Download a file
recdrive -token cp :
# Other than `-token `, use env `TOKEN` is also OK
```
## Related
- [taoky/reccli](https://github.com/taoky/reccli)
## License
MIT or Apache 2.0 at your option
SPDX-License-Identifier: MIT OR Apache-2.0