Defines whether to have the postprocessing action executes after each file in a directory is transferred or after the entire directory is transferred.
Note: If ExecPreProc or ExecPostProc is set to Parent , then %TRN for Dir Transfer is resolved as the transaction ID of the parent transfer.
If ExecPreProc or ExecPostProc is set to Child , then %TRN for Dir Transfer is resolved as the transaction ID of the individual transfer.
The valid values are
Child or
Parent . The default value is
Child .
Child : Postprocessing is performed after each transfer.
Parent : Postprocessing is performed after all files have been transferred.
When this parameter is set to Parent , the following rules apply: - StopsOnFailure is automatically set to Yes. Transfer stops on the first failed transfer.
- Failure PPA runs on the first failed transfer.
- Successful PPA
runs only on the last transfer (assuming it is successful).
Note: Since this is a global parameter, it affects all transfers. This parameter can be overriden on the cfsend or cfrecv command line by the epop parameter. |