Description
Get ftp setting for send motion-detected images. (administrator privilege required)
Grammar
/GetFtp.cgi[?JsVar=variable[&OnJs=function]]
Remark
Each line represent an item, and every item is in the format as Name = Value.
(Refer to SetFtp.cgi)
Example
<html>
<script>
function ShowResult(o)
{
alert(sFtpSetting);
}
</script>
<script src="/GetFtp.cgi?JsVar=sFtpSetting&OnJs=ShowResult">
</script>
</html>