Open narcotico-g opened 3 weeks ago
What stctl needs is the ability to accept any arbitrary syncthing.exe
command line parameters after its own parameters (--start
, --stop
, -q
).
Just released v0.0.3. Can you try the following:
stctl.exe
v0.0.2 with v0.0.3-- --home="homedirectory"
(or whatever) to your stctl command lineThe updated stctl.exe
should let you specify whatever Syncthing parameters you want after the --
.
Can you test?
I would like to save database and config files in different folder.
If I run syncthing.exe --home="D:\XXX" it works, but this parameter is not supported by stctl.
Best option it will be installer allow choose specific folder or read this parameters from external file where we can modify them.
Thanks