Flash or EMC Read File Request
This feature is supported by PXML version 2.1 or higher.
The request is sent to read or upload a single unprotected file from the given
storage type. This request requires a password.
<pxml password="password">
<storage type="flash">
<read name="roll.frm"/>
</storage>
</pxml>
The respond would be:
<?xml version="1.0" encoding="UTF-8"?>
<storage type="flash">
<file name="filename.frm" size="68">
<base64Data>data</base64Data>
</file>
</storage>
</pxml>
Flash or EMC Read File Response
The response to reading file request will return the file content in
base64Binary format.
The file size given is hex.
<?xml version="1.0" encoding="UTF-8"?>
<storage type="flash">
<file name="filename.frm" size="68">
<base64Data>data</base64Data>
</file>
</storage>
</pxml>
Printer Storage
39
Need help?
Do you have a question about the SL4M and is the answer not in the manual?