111
...
\r\n
<?xml version="1.0" encoding="utf-8"?>\r\n
<List>
<Status></Status>
<Folder>
<Name></Name>
....
</Folder>
</List>
The xml tag description
Parameter Value
Description
Status
Value as following (all are in lower case):
ok
Æ
Operate the folder successfully.
invalid
Æ
Invalid input parameters
unauth
Æ
Need the correct username/password
denied
Æ
Denied , resoource occupied
file-exist
Æ
There is the file, reject the operation.
readonly
Æ
Read only rights.
writeonly
Æ
Write only rights.
error
Æ
Error happened
Name The
folder
name
Appendices
Appendix A - Base-64 Encoder/Decoder Sample Codes
// Standard BASE64 table
// char keyStr[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz012/=";
// SerComm BASE64 table
char keyStr[] =
"ACEGIKMOQSUWYBDFHJLNPRTVXZacegikmoqsuwybdfhjlnprtvxz0246/";
//--------------------------------------------------------------------
// Description: Encrypt the input data with the base64
// Input:
// char i_buf[]
- input buffer