+

Search Tips | Advanced Search

MFT source and destination user exits


Directory separators

Directory separators in source file specifications are always represented using forward slash (/) characters, regardless of how we have specified directory separators in the fteCreateTransfer command or in the IBM MQ Explorer. You must take this into account when you write an exit. For example, if you want to check that the following source file exists: c:\a\b.txt and we have specified this source file using the fteCreateTransfer command or the IBM MQ Explorer, note the file name is actually stored as: c:/a/b.txt So if you search for the original string of c:\a\b.txt, you will not find a match.


Source side exit points


Destination side exit points