CfAlias Parameters
TIBCO MFT Platform Server provides a sample alias file called CfAlias.cfg in the $CFROOT/config directory.
In CfAlias.cfg file, one parameter is defined in each line, and continuations are defined by a comma followed by a space. You can set the path for the CfAlias.cfg file using the AliasConfig parameter in the config.txt file. This is feature only in Responder. For more information, see AliasConfig in Common Configuration Parameters.
See the following table for the required CfAlias parameters. At least, you must define either the USERID parameter or the NODE/IPADDR parameters.
Parameter | Description |
---|---|
USERID | Defines the user ID of the user who initiates the transfer request.
The valid values are userId or DEFAULT. Note: DEFAULT indicates a match with any user.
|
NODE | Defines the name of the node from which the transfer request is initiated.
The valid values are nodename or DEFAULT. Note: DEFAULT indicates a match with any node.
|
IPADDR | Defines the IP address of the server which initiated the transfer request. |
Parameter | Description |
---|---|
TYPE | Defines the type of transfer request.
The valid values are SEND, RECEIVE, or BOTH. |
FILE | Defines the fully qualified name you want to use instead of the alias file. |
ALIAS | Defines the file name requested by the initiator. |
ALLOW | Determines whether the user who initiates the transfer is allowed to define the actual file name if no match is found.
Note: ALLOW and
FILE/ALIAS are mutually exclusive.
The valid values are:
|