DASHBOARDMSG        Command used to update Robo-FTP Dashboard

Top  Previous  Next

Syntax:

DASBOARDMSG

[ message ] [ /options ]

Arguments:

[ message ]

A variable or string containing the message to write to the “Messages” column of Robo-FTP Dashboard.

Options:

/status=good

This option will set the color under the “Status” column to green.

 

/status=accept

This option will set the color under the “Status” column to yellow.

 

/status=bad

This option will set the color under the “Status” column to red.

 

 

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