Command Line Parameters |
Content Previous Next |
FTP Replication Monitor supports following command line options:
Server (ftprm.exe):
EXE - start server module as executable
To send other commands to a server module sendcmd.exe utility is used. Utility usage:
sendcmd.exe /<command> [command parameters] [</command> [command parameters]]
where command - the key word from the list below;
command parameters - one or more options depending on the preceding command.
Notes:
Commands will work if the FTP Replication Monitor server module was started.
All commands are case insensitive.
Command keys can be located in any order.
Command key must start with the symbol "/" or "-" (without quotes).
It is possible to specify several commands simultaneously.
Supported commands:
STARTTASK TASK_ID ... TASK_ID - start task or tasks with the appropriate IDs. Task ID can be found on the Advanced page of the task settings window
STOPTASK TASK_ID ... TASK_ID - stop task or tasks with the appropriate IDs. Task ID can be found on the Advanced page of the task settings window
STARTALL - start all tasks
STOPTALL - stop all tasks
CHECKNOW TASKID - check a task with the appropriate ID. Task ID can be found on the Advanced page of the task settings window
STARTSERVICE - start the FTP Replication Monitor server
STOPSERVICE - stop the FTP Replication Monitor server
CHECKALL - force all tasks execution
STARTGROUP GROUPID ... GROUPID - start tasks of group or groups with the appropriate group IDs. Group ID can be found in the Group parameters window after you click on the appropriate group name.
STOPGROUP GROUPID ... GROUPID - stop tasks of group or groups with the appropriate group IDs. Group ID can be found in the Group parameters window after you click on the appropriate group name.
CHECKGROUP GROUPID ... GROUPID - force execution of all tasks of group or groups with the appropriate group IDs. Group ID can be found in the Group parameters window after you click on the appropriate group name.
PAUSE DELAY - use this key if you need to add a pause between command line commands execution. DELAY unit is a second.
Example of using:
sendcmd.exe /STARTSERVICE /PAUSE 20 /CHECKGROUP 137268 423565
| Content Previous Next |








