cloud_storage
cloud_storage copied to clipboard
Wfx plugin for Total/Double commander for cloud storages
I have downloaded the compiled plugin [cloud_storage_linux64.wfx](https://github.com/ivanenko/cloud_storage/releases/download/1.0/cloud_storage_linux64.wfx) from the 1.0 release. When I try to install it in Double Commander I get the following error message: > This is not...
I can't to get cloud_storage to functions.I try to compile it from source, without success. Firstly was problem with std::__cxx1::string declaration, when I remove __cx11:: compile is fine??? After that...
I followed the instructions as per https://github.com/ivanenko/cloud_storage#installation i.e. ``` sudo apt-get install g++ libssl-dev git clone https://github.com/ivanenko/cloud_storage.git cd cloud_storage mkdir cmake-build-release cmake -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=Release . -Bcmake-build-release cmake --build cmake-build-release --target...
I have created the cloud_storage.wfx and tried to create a connection... After I added the name of the connection: --------------- 17-11-2020, 23:08:19 --------------- | DC v0.8.2 beta Rev. 8010 --...
from DC forum: https://doublecmd.sourceforge.io/forum/viewtopic.php?p=32338#p32338
Hello Ivanenko You may find some inspiration in the code on rclone.org. It is written in Go, but the program logic might give you some pointers for how to handle...
Xubuntu 19.10 sources from https://github.com/ivanenko/cloud_storage `cmake -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=Release . -Bcmake-build-release` > -- Build files have been written to: /.../TMP/cloud_storage-master/cmake-build-release `cmake --build cmake-build-release --target cloud_storage -- -j 2` > Scanning dependencies...
Please make it possible to configure the length of the timeout for getting a verification and establishing a connection. I have two Google Drive connections in Double Commander, and one...