libetl/curl

way to get the response

MohamedA95 opened this issue · 2 comments

Hello,
is there is a way to get the response of the command or even make sure that the command was executed successfully??
kind regards.

Hello,
I solved this by using
curl(command).toString()

ok