command line interface

It would be nice to have the possibility to manage syncthing from a command line interface. I am using a Raspberry Pi as a Sync device and I generally access it via ssh. But I don’t know how to add devices, manage directories, etc in text mode.

I thing that it would be a very welcome addition to this excellent software.

Have you ever checked third party contributions?

Sorry if I look stupid, but where?

It looks very promising. I am going to try to install it.

Thanks a lot!

Also from the FAQ:

ssh -L 9090:127.0.0.1:8080 user@othercomputer.example.com

Allows you to view the web interface of your remote device on your local device via http://127.0.0.1:9090

Awsome!

Thanks for your help and to all the developers. Syncthing is so great!