config: add config/setpath for setting config path via rc/librclone

This commit is contained in:
Nick Craig-Wood
2022-12-15 12:41:30 +00:00
parent 7edb4c0162
commit 67fc227684
3 changed files with 45 additions and 0 deletions
+3
View File
@@ -113,6 +113,9 @@ int main(int argc, char** argv) {
/* testCopyFile(); */
/* testListRemotes(); */
/* testRPC("config/setpath", "{\"path\":\"/tmp/rclone.conf\"}"); */
/* testRPC("config/listremotes", "{}"); */
RcloneFinalize();
return EXIT_SUCCESS;
}