DASHBOARDMSG Command used to update Robo-FTP Dashboard |
Top Previous Next |
The script command which you use to update Robo-FTP Dashboard is the DASHBOARDMSG command.
If a [ message ] is specified without using the /status option then the color under the “Status” column will not change and will remain the same.
The following example will change the message under the “Messages” column to “Running Script”.
NOTE The color under the “Status” column will not change.
DASHBOARDMSG “Running Script”
The following example will change the message under the “Messages” column to “Error occurred logging onto FTP site” and will also change the color under the “Status” column to red.
DASHBOARDMSG “Error occurred logging onto FTP site” /status=bad
|