CLI Help
19: Run
Usage: fmsadmin RUN SCHEDULE [SCHEDULE_NUMBER]
Description:
Manually runs a schedule specified by its SCHEDULE_NUMBER. To obtain a
list of schedules and their ID numbers, use the LIST SCHEDULES command.
Options:
No command specific options.
20: Send
Usage: fmsadmin SEND [options] [CLIENT_NUMBER] [FILE...] [PATH...]
Description:
Sends a text message to a client specified by CLIENT_NUMBER, to the
clients connected to the specified databases (FILE), or to all clients
connected to any database in the specified folders (PATH).
If no CLIENT_NUMBER, FILE, or PATH is specified, the message is sent to
all connected clients. By default, parameters are expected to be FILEs or
PATHs. To specify a CLIENT_NUMBER, you must use the -c option.
For example:
fmsadmin SEND -c 2 -m "This is a test message"
Options:
-m message, --message message
Specifies the text message to send.
-c, --client
Specifies a CLIENT_NUMBER.