The fwsc section lets you specify information about the script in a manner similar to a Win.ini file. Most of the parameters are present for informational purposes. This includes the author and version fields. A few of the parameters are used by the script executive in determining whether or not to show the login dialog, and which IP address to use.
The parser recognizes and stores values for the following parameters:
fwsc Parameters |
|
Parameter |
Meaning and Values |
author |
Informational only. Author of the FireScript. |
version |
Informational only. Version number of the script file. |
verdate |
Informational only. Date on which this version was updated. |
required |
A comma delimited list of fields that must be present for the FireScript to execute. The login dialog is displayed if all required fields are not present, and the Connect button is disabled until all required fields have been filled in. |
preask |
A comma delimited list of fields that are not required but which, if not present, will cause the login dialog to be displayed. |
connectto |
'firewall' or 'host'. This parameter tells Progress WS_FTP Professional which IP address to use when establishing the connection. |
Unrecognized parameters are ignored.
See Also |