Cnly
Cnly
Based on people's remarks, it seems https://github.com/iikira/BaiduPCS-Go is a working and actively maintained golang CLI client for BaiduPCS. But it should be noted that this client probably works by mocking...
@ncw I've had a look at its code. You're right that there is an API abstraction, but some logic (E.g. how to login) is written in the command part. So...
> it looks possible to do a backend certainly - do you want to work on it? Would like to have a try, but not sure how long this will...
I have got the very basic things to work now. One thing very important for this backend is that we must find a way in rclone to achieve multithreaded upload/download,...
@lzjluzijie thanks for offering to help! I've had a look at your code, but I'm afraid it could not do much for this particular situation because `Update` and `Open` in...
@lzjluzijie Maybe I should have make it more obvious: the two important interfaces needed for parallelization that rclone's readers and writers don't implement are `io.ReaderAt` and `io.WriterAt`. In your code,...
A sad update: Based on my evaluation on the case for this backend, I will not continue the work on it unless some large helpful changes occur; sorry for having...
Some 800 lines of code are available on my [`baidupcs`](https://github.com/cnly/rclone/tree/baidupcs) branch, and some others are still on my local machine. The code I've pushed had a very basic working single-threaded...