Responder Profile Parameters

You can specify the following parameters in the cfrprofile command line. If you do not specify these parameters, and the prompt:YES parameter is specified, you are prompted for all information required to successfully execute cfrprofile command.

See the following table for the required responder profile parameters.

Note: If the required parameters are not supplied and the prompt:NO parameter is specified in the cfrprofile command line, the cfrprofile command fails.
Required Parameter (Shortcut) Description
node ( n ) The node parameter is used to specify the name of the node with which the responder profile is associated. The node name can be up to 256 characters long and cannot contain any spaces. A node must already exist in cfnode.cfg to successfully add or update a responder profile.

Example: node:dataserverA n:dataserverB

lPass (lp ) The lPass parameter is used to specify the local password associated with the local user ID. This must be a valid user name on the local system. Example: password:apple p:computer
lUser (l) The lUser parameter is used to specify the local user name to be mapped to the incoming remote user name. This must be a valid user name on the local system.

Example: lUser:john l:john

rPass (rp) The rPass parameter is used to specify the remote password that is sent by the remote MFT Platform Server initiating the transfer.
Note: If this responder profile is to be in conjunction with an already verified user, rPass must be set to *VER.

Example: rPass:apple rp:*VER

rUser (r) The rUser parameter is used to specify the remote user name that is sent by the remote MFT Platform Server installation initiating the transfer.

Example: rUser:kenny r:kenny

See the following table for the required responder profile parameters.

Note: The cfrprofile command does not require the optional parameters to be defined if the prompt:NO parameter is supplied.
Optional Parameter (Shortcut) Description
action (a) The action parameter is used to specify the action to be taken. The valid values are Delete, List, and Add. Example:

action:delete

a:delete

prompt The prompt parameter is used to put cfrprofile into an interactive mode. If prompt:YES is supplied, cfrprofile prompts you for all information required to create or update a responder profile. Using the prompt:YES parameter, you will be asked whether to create the cfrprofile.cfg file if it cannot be found. Prompt is turned on by default. If you do not want to be prompted, supply prompt:NO.
-? The -? parameter is used to display the online help for cf rprofile.
See the following output of online help:
usage cfrprofile [required-parameters] [optional-parameters]
[required-parameters]:
   n:  or node:           - Name of Node
   r:  or rUser:          - Remote User ID
   rp: or rPass:          - Remote User's password. If remote user is intended
                            to be a verified user enter '*VER' as the remote
                            password.
   l:  or lUser:          - Local User ID to be used. If the local
                            system is a Windows machine
                            the domain must also be specified using
                            the following format: domain\\userID or 
                            domain/userID
   lp: or lPass:          - Local password to be used.
[optional-parameters]:
   a: or action:          - Following values are allowed:
                                  : Delete  Nodename is required
                                            localUser is Admin option
                                  : List    Nodename is optional
                                            localUser is Admin option
                                  : Add (Default value)
   prompt:                - Prompts the user for corrections when errors are
                            found.
                            Valid values: (YES | NO). Default is YES.
   -?                     - Online help.