Optional Transfer Parameters
You can supply the optional transfer parameters (provided below in alphabetical order) as required when you run the cfsend or cfrecv command.
Parameter (Alternate Specification) | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
ASCII_to_EBCDIC (eb) | Defines the type of data translation that is required for the remote system.
The valid values are:
Note: This parameter is used when sending files from UNIX to z/OS. |
|||||||||
CheckPointInterval (cpint) | Defines how often a checkpoint is taken.
The default value is N. If the transfer fails after taking a checkpoint, the transfer continues from that last checkpoint. The valid values are:
|
|||||||||
ClassOfService (cos) |
Defines the class of service for transfer. The valid values are class of service names defined in the |
|||||||||
Compression (cmp) | Defines the type of compression you want to use. We strongly suggest using ZLIB or RLE compression. LZ compression uses a lot of CPU and the compression results are not as good as with ZLIB.
The valid values are:
|
|||||||||
CONVTBL(ct) | Defines the path of the conversion table.
This parameter is not used if the LocalCTFile parameter is specified. For more information, see Conversion Tables/Custom Code Conversion. |
|||||||||
CR_LF (crlf) | Defines the carriage return (CR) and line feed (LF) control for transfers using the
cfsend or
cfrecv command between UNIX and Windows.
Note: When you perform transfers to or from z/OS, you can use this parameter or the
DELIM parameter.
The valid values are:
|
|||||||||
CreationOption (co) | Defines the remote file creation options.
The valid values are:
|
|||||||||
EmailFailure (emf) | Defines the email address or addresses to send an email when a transfer fails. You can specify multiple email addresses by delimiting the email addresses with a comma.
Note: In a directory transfer, when
EmailFailure is specified, if any of those file transfers fails, an individual email is sent for that failed transfer and a summary email is sent when the directory transfer is completed. If all the files within the directory are transferred successfully, nothing is sent.
Ensure the SMTP email settings are configured in the config.txt file. |
|||||||||
EmailSuccess (ems) | Defines the email address or addresses to send an email when a transfer is successful. You can specify multiple email addresses by delimiting the email addresses with a comma.
Note: In a directory transfer, when
EmailSuccess is specified, if all the files within the directory are transferred successfully, only a summary email is sent. If any of those file transfers fails, nothing is sent.
Ensure the SMTP email settings are configured in the config.txt file. |
|||||||||
EncryptionType (en) | Defines the type of encryption that is used for the transfer.
The valid values are:
Note: When encryption is required, it is a good practice to use AES (256-bit) encryption. |
|||||||||
ExitPrgm (ep) | Defines the path to the exit program on the local machine.
You can use the exit program to customize post processing. For more information, see User Exits. |
|||||||||
epop or ExecPostProc |
Defines whether the postprocessing action executes after each file in a directory or a distribution list which is transferred.
The valid values are
When this parameter is set to
For more information, see Client Configuration Parameters. |
|||||||||
epep or ExecPreProc |
Defines whether the preprocessing action executes before the start of the first transfer. The valid values are
For more information, see Client Configuration Parameters. |
|||||||||
IpName/Address (ip) | Defines the host name or the IP address of the remote system. Do not use this parameter when the node parameter is defined. | |||||||||
LIST (l) | Defines the distribution list you want to use for the transfer request.
The maximum length of the defined value is 32 characters. This parameter is only supported on send transfers. For more information, see Distribution Lists. |
|||||||||
LocalCTFile (lct) | Defines the name of the local conversion table file.
Note: You must set the
ASCII_to_EBCDIC parameter to
Y to use this parameter.
For more information, see
Conversion Tables/Custom Code Conversion.
|
|||||||||
MaintainFiletimeStamp |
Defines the option to maintain file creation time stamps between servers. Valid values are Yes and No. When the value is set to Yes,
|
|||||||||
PermittedActions (pa) | Defines the permitted actions for the transferred files.
Note: The following values are Windows specific and are only valid when you transfer files to Windows.
The valid values are:
|
|||||||||
Port | Defines the IP port on which TIBCO MFT Platform Server listens for incoming requests. You should not define this parameter when the node parameter is defined.
The valid values are from |
|||||||||
Post_Action (ppa) Post_Action1 (ppa1) Post_Action2 (ppa2) Post_Action3 (ppa3) Post_Action4 (ppa4) |
Defines preprocessing or postprocessing the command you want to use. You can define this command up to four times with the following command:
Where:
command data refers to the absolute path and file name of the command and any parameters to be used. This is limited to 256 bytes. You cannot use any spaces in the Post_Action command. If the remote system is a mainframe, then CALLJCL, CALLPGM, and SUBMIT parameters are also supported besides COMMAND. If you transfer files to TIBCO MFT Platform Server for Windows:
|
|||||||||
ProcessName (pn) | Defines the process name used for the file transfer.
The maximum length of the defined value is 8 characters. |
|||||||||
RemoteCommand (rcmd) | Defines the command you want to use in the remote system. This parameter is valid only when TransfeType is set to Command .
The default value is
|
|||||||||
RemoteCTFile (rct) |
Defines the name of the remote conversion table file. Note: Note: When defining this parameter, you have to set the
LocalCTFile as
NULL, if you want all conversion to take place on the remote machine. For more information, see
Conversion Tables/Custom Code Conversion.
|
|||||||||
RemotePrinterName (rp) | Defines the name of the remote printer to which you send the job. | |||||||||
RetryInterval (ri) | Defines the interval in minutes after which a retryable transaction can be retried.
Note: This parameter only applies when the value of the
TryNumber parameter is greater than
1.
The valid values are:
|
|||||||||
ScanSubDir (ssd) | Defines whether all subdirectories from the file path are scanned for files to transfer.
Note: This parameter only applies to directory transfers.
The valid values are
|
|||||||||
SecurityAttribTemplate (sa) | Defines the file that the remote Windows platform uses as a template for Access Control List (ACL).
The ACL of this file is copied to the ACL of the destination file. Note: For the access control feature to function properly on Windows, the file specified must be readable by the partner that receives the file to file transfer, and the created file must be located on an NTFS drive.
|
|||||||||
SilentMode (sm) | Defines whether the progress message (in bytes) is displayed on the output screen on the initiator side.
The valid values are:
Note: You can best observe the transmission progress in bytes when the file you transfer is large. When a transfer is executed by DNI, you should set SilentMode to Y .
|
|||||||||
StopOnFailure (sonf) | Defines whether to stop transferring the rest of files in the directory when the current file transfer fails.
Note: This parameter applies to directory transfers and distribution list transfers.
The valid values are
Y or
N.
|
|||||||||
Template (t) | Defines the file name of the transfer template.
Note: This parameter cannot be set inside a transfer template.
For more information, see Transfers Using Templates. |
|||||||||
Test | Defines whether to display the local and remote file names to verify if the file names are correct, instead of doing the actual transfers.
Note: This parameter applies to directory transfers and distribution list transfers.
The valid values are
Y or
N .
|
|||||||||
Timeout (to) | Defines the amount of time in minutes a connection stays open when waiting for a response from the remote side. This parameter overrides the TIMEOUT value configured in the config.txt .
Once this amount of time is reached, the connection ends. |
|||||||||
TLS/SSL | Defines whether you use TLS/SSL communication for transfers.
The valid values are:
|
|||||||||
TraceLevelTransfer
|
Defines tracing to be set for a transfer on the initiator and on the responder. If the responder supports this parameter, it also turns on tracing for the transfer.
|
|||||||||
TransferType (trtype) | Defines the type of transfer you want to perform.
The default value is
The valid values are:
For more information, see Transfer Commands. |
|||||||||
Truncate (trunc) | The valid values are:
|
|||||||||
TryNumber (trynum) | Defines the number of times the transfer can be attempted.
The valid values are:
|
|||||||||
UNIXPermissions (uperm) |
Defines the UNIX permissions for the file. When a file is created in UNIX, TIBCO MFT Platform Server can set the UNIX permissions on the file. UNIX permissions are defined by a three digit number such as 777 (the same as the chmod command).The default value for this parameter is the file permissions of the file transferred. This parameter works differently for a send transfer than a receive transfer. If a send transfer is initiated and the
UNIXPermissions parameter is defined, this value is passed to the remote system. If this parameter is not defined, operating system Note: You can only set up the permissions for the file when the file is created. For example,
UNIXPermissions works only with the
Create,
CreateReplace, and
CreateReplaceNew options when the file is created.
|
|||||||||
UserData (ud) | Defines the description for the transfer in the local and remote system.
This is a 25-character field for user comments, and it can contain any alphabetic, numeric, or national characters. |
|||||||||
UTF8BOM (bom) |
When performing iconv conversion on Platform Server for z/OS, defines if BOM (Byte Order Marks) are added to, or removed from, the target file. The default value is
The valid values are:
|