Allowed users admin, operator, user
Getting Mode of FTP Server from VN-V686
Format /api/param?application.ftp.mode
Example of Response application.ftp.mode=active&200 OK
Interpretation Acquire the mode of FTP server that is used by alarm action. Either active or passive is returned.
active mode: Standard mode of FTP server. Also called PORT mode. TCP connection for data is established from
20 port of FTP server to 10020 port of VN-V686.
passive mode: TCP connection for data is established from VN-V686 to FTP server. Port number depends on FTP
server.
Allowed users admin, operator, user
Setting Mode of FTP Server for VN-V686
Format /api/param?application.ftp.mode=data
Example /api/param?application.ftp.mode=active
Example of Response application.ftp.mode&200 OK
Interpretation Change the mode of FTP server that is used by alarm action. Set active or passive. Default is active.
active mode: Standard mode of FTP server. Also called PORT mode. TCP connection for data is established from
20 port of FTP server to 10020 port of VN-V686.
passive mode: TCP connection for data is established from VN-V686 to FTP server. Port number depends on FTP
server.
Allowed user admin, operator
Getting Control Port Number of FTP Server from VN-V686
Format /api/param?application.ftp.port
Example of Response application.ftp.port=21&200 OK
Interpretation Acquire port number for control of FTP server that is used by alarm action. Port number for data
plus one is the port number for control.
Allowed users admin, operator, user
Setting Control Port Number of FTP Server for VN-V686
Format /api/param?application.ftp.port=data
Example /api/param?application.ftp.port=21
Example of Response application.ftp.port&200 OK
Interpretation Change port number for control of FTP server that is used by alarm action. Default is 21. Port
number for data plus one is the port number for control.
93