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
USERIDDefines 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.

NODEDefines 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.

IPADDRDefines the IP address of the server which initiated the transfer request.

See the following table for parameters which set up the criteria the transfer has to meet before CfAlias is applied:
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:

  • NO: the user is not allowed to define the actual file name.
  • YES: the user is allowed to define the actual file name

When creating a CfAlias, you must define either NODE/IPADDR or USERID. Then you can define what type of transfer request you want to monitor. Then finally set ALLOW to decide whether the initiator user can define file name on the responder. If the parameters of a send transfer do not match any entry in the CfAlias.cfg file, the transfer is rejected.