mmozeiko / RcloneBrowser

Simple cross platform GUI for rclone
https://mmozeiko.github.io/RcloneBrowser
The Unlicense
1.32k stars 415 forks source link

Feature request: Ability to use with a "Remote Client" #38

Open vampywiz17 opened 7 years ago

vampywiz17 commented 7 years ago

it is possible to use the program like a remote client?

so the RClone run a remote server, and i only just connect it, via IP with RcloneBrowser (that run line on Windows).

It is similar like Transmisson daemon.

mmozeiko commented 7 years ago

Technically this is possible to implement. But most likely I won't make it unless rclone has builtin support for this. Without support from rclone this would require doing writing and deploying new daemon on remote server which is really should not be part of this GUI. Or to rely on something like ssh, but that would require extra configuration and would not be ideal solution for Windows remotes.