User Manual
Table Of Contents
- Overview
- Accessing the Network Camera
- Using 3GPP-compatible Mobile Devices
- Using RTSP Players
- Using VIVOTEK Recording Software
- Main Page
- Client Settings
- Configuration
- System > General settings
- System > Homepage layout
- System > Logs
- System > Parameters
- System > Maintenance
- Media > Image
- Media > Video
- Media > Video
- Media > Audio
- Media profiles
- Network > General settings
- Network > Streaming protocols
- Network > SNMP (Simple Network Management Protocol)
- Network > FTP
- Bonjour
- Security > User accounts
- Security > HTTPS (Hypertext Transfer Protocol over SSL)
- Security > Access List
- PTZ > PTZ settings
- Event > Event settings
- Applications > Motion detection
- Applications > DI and DO
- Applications > Tampering detection
- Applications > Audio detection
- Applications > Package management - a.k.a., VADP (VIVOTEK Application Development Platform)
- Recording > Recording settings
- Storage
- Storage > SD card management
- Storage > NAS management
- Storage > Content management
- Appendix
VIVOTEK
430 - User's Manual
© 2020 VIVOTEK INC. All Right Reserved
300
* This field is required.
Example of scanning SFTP server host key:
Request:
http://<servername>/cgi-bin/admin/sftpclient.cgi?operation=getserverhostkey&address=<ip>
Response of success:
HTTP/1.1 200 OK\r\n
Content-Type: text/plain\r\n
Content-Length: <Success Message Length>\r\n
\r\n
<MD5 value>
8.40.2 SFTP Server Setting
* Only available when bit 1 of "capability_protocol_ftp_server" is 1.
Syntax: (for control API)
http://<servername>/cgi-bin/admin/sftpserver.cgi?operation=<value>
PARAMETER VALUE DESCRIPTION
operation updatehostkey "updatehostkey": Re-generate host
key for SFTP server.
* It might take several seconds to
generate key, you can use
“gethostkey” after key is generated.
* This field is required.
Example of re-generate host key:
Request:
http://<servername>/cgi-bin/admin/sftpserver.cgi?operation=updatehostkey
Response of success:
HTTP/1.1 200 OK\r\n
Content-Type: text/plain\r\n
Content-Length: <Success Message Length>\r\n
\r\n
ok