Command Line Control

If you telnet into the camera, you can use commands of the form

luether command arg=value arg=value ...

or

luether command value value ...

Argument parsing is done by the same code that parses CGI Commands. Therefore, characters such as quotes and spaces must be escaped using URI escape mechanismes. For example, a space is %20.