59
www.dericam.com
Shenzhen Dericam Technology Co,.Ltd
12. FTP
getftpattr
Function
Get the attributes of FTP setting.
Privilege
admin
Usage
/cgi-bin/hi3510/param.cgi[?cmd=getftpattr]
Param.
None
Return
ft_server
Server address.
ft_port
Server port.
ft_username
Username.
ft_password
Password.
ft_dirname
Storage path.
ft_mode
Whether to enable the passive mode?
0: Diasble
1: Enable
Note
None
Example
/cgi-bin/hi3510/param.cgi?cmd=getftpattr
setftpattr
Function
Set the attributes of FTP setting.
Privilege
admin
Usage
/cgi-bin/hi3510/param.cgi[?cmd=getftpattr&-ft_server=&-ft_port=&-ft_
username=&-ft_password=&-
ft_dirname =&-ft_mode=]
Param.
ft_server
Server address.
ft_port
Server port.
ft_username
Username.
ft_password
Password.
ft_dirname
Storage path.
ft_mode
Whether to enable the passive mode?
0: Diasble
1: Enable
Return
Success: Success.
Fail: Error.
Note
None