Skip to content

[ESP700]

Process local file on /FS or /SD

[ESP700](filename) json=(no) pwd=(admin password)

  • json=no the output format can be in JSON or plain text

  • pwd=(admin password) the admin password if authentication is enabled

  • filename the filename to process, must be a valid file on /FS or /SD

  • In json format
{
"cmd":"700",
"status":"ok",
"data":"Processing <filename>"
}
  • cmd Id of requested command, should be 700
  • status status of command, should be ok
  • data content of response, here Processing (filename) when file is processing