Description:
Will FTP log file(s) to the HostIPAddress. If N is specified, will FTP the current
plus previous day's log files. The file name of the uploaded file for the current log
is "all.log". The file names for previous day logs are "all-YYYYMMDD.log".
Form:
Command Handler: SYSD
RVERIFY|RVY|RV [N]
Arguments:
0 OFF, no logs will be transferred.
1 Current log is transferred.
2 Current and previous logs are transferred.
N Current plus previous days logs to transfer (limit is 500).
No Argument: Transfers current log file only.
Response:
"OK\r\n" to acknowledge receipt of command
Examples:
FTP the current log file:
*.SYSD RVERIFY<enter>
Response is: OK\r\n
\r\n
FTP the current log and previous 4 days log files:
*.SYSD RVERIFY 5<enter>
Response is: OK\r\n
\r\n
Notes:
This command runs asynchronously, and returns OK unless bad arguments.
If an error is encountered, the log file will be updated with the error.
Only one outstanding RVERIFY command is allowed to run at a time. If a
subsequent RVERIFY command is issue while previous is still running, the
command will return verbose "Already FTPing" or terse "25".