I am trying to execute a windows CLI command in the EXEC node in node-red.
My command is "telnet 'IP address' 'port' ". It is working perfectly in the terminal, but the command shows failed when it runs in node-red.
The image is attached showing the output.
I am trying to connect to the host and send SQL requests. Also, the output of the SQL request is in the XML version which I can convert easily in node-red