Wondered if this is possible to specify a filename via the URL ?
something like
http://192.168.1.200:3218/file?=groups.yaml
and it will have the groups.yaml reloaded when Configurator opened.
I tried, and it always give me ‘File not found’
Wondered if this is possible to specify a filename via the URL ?
something like
http://192.168.1.200:3218/file?=groups.yaml
and it will have the groups.yaml reloaded when Configurator opened.
I tried, and it always give me ‘File not found’
This is how it has to look like:
http://192.168.1.200:3218/?loadfile=groups.yaml
Thankyou Daniel !!! It works great !