Return codes for files in a transfer
Individual files within a transfer have their own result codes which have different meanings to the overall return code from a command.
In a transfer log progress message that has an <action> element set to a value of "progress", each file reported has a <status> element with a resultCode. For example:<action time="2009-11-23T21:28:09.593Z">progress</action> ... <status resultCode="1"> <supplement>BFGIO0006E: File "C:\destinationfiles\dest1.doc" already exists.</supplement> </status>The following table describes the possible values for resultCode:Parent topic: Return codes for MFT
Result code value Description 0 Success. The file transferred successfully. 1 Failed. The file failed to transfer. See the <supplement> element for more details of the error. 2 Warning. The file transferred but a warning message has been reported. For example, the source file cannot be deleted although the source disposition is set to delete. See the <supplement> element for more details of the warning.