Transfer Completion Templates
TIBCO MFT Command Center provides two file transfer completion templates: one for successful transfers and one for unsuccessful transfers. The templates are named as transfer-success-email-template.xml and transfer-failure-email-template.xml and are located by default in the TIBCO MFT Command Center <MFT_Install>\server\webapps\cfcc\email-template directory.
The following example is a copy of the transfer completion template for successful transfers.
<?xml version="1.0"?> <!DOCTYPE transfer-notification-email SYSTEM "transfer-notification-email.dtd"> <!-- Sample transfer-notification-email --> <transfer-notification-email> <sender> <address><token name="emailsender"/></address> </sender> <recipient> <address><token name="recipientemailaddress"/></address> </recipient> <subject>File Transfer Success Notification</subject> <message> File Transferred Successfully!! User: <token name="userid"/> Transfer Description: <token name="description"/> Transfer Direction: <token name="transferdirection"/> Client File Name: <token name="clientfilename"/> To Server: <token name="node"/> Server File Name: <token name="serverfilename"/> Start Time: <token name="starttime"/> End Time: <token name="endtime"/> Byte Count: <token name="bytecount"/> Transfer Status: <token name="transferstatusmsg"/> Audit ID: <token name="auditid"/> Client IP: <token name="clientip"/> </message> </transfer-notification-email>
The following table lists the description for each line in the template:
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.