User's Manual
99 
Upload/Download configuration 
Download configuration content 
Method: GET 
URL: 
http://<ip>/adm/admcfg.cfg 
Return: 
HTTP/1.0 200 OK \r\n 
… 
content-type: application/configuration\r\n 
\r\n 
<configuration content encoded in Base64 format> 
All data in the configuration are encoded in a Base64 format. Please refer to the chapter “0”. 
There is the hidden check sum data inside the configuration content to validate the data, 
Because we use the dword-aligned checksum algorithm, so we will ignore the last data 
misaligned by dword. 
Upload configuration content 
Method: POST 
URL: 
http://<ip>/adm/upload.cgi
Message body: 
… 
<boundary=...> 
<configuration content encoded in Base64 fvormat> 
All data in the configuration are encoded in a Base64 format. Please refer to the chapter “0”. 
Network camera will be automatically rebooted after received and loaded the configuration 
content. 
Return: 
HTTP/1.0 200 OK \r\n 
… 
content-type: text/plain\r\n 
\r\n 
OK\r\n 
Extension to the configuration format 
The configuration contents are shown as following: 
Items 
Data length 
(Bytes) 
Description 
Configuration file 
Variable  The general/original configuration file 
0x00x0 
2  Ending characters, for backward support 










