By Managed File Transfer (short MFT) we understand the file transfer from point A to point B.
Here the communication or exchange can consist of any combination of HDD and FTP.
So all permutations of the two variants:
Note: In addition, eBiss specific methods can be used here, so that a partner recognition based on the paths1) and a partner specific2) forwarding is possible without having to look into the files3).
All the names for channel / jobs etc. are fictitious
C:\TEMP\MFT_TEST ├───Partner A │ └───Archiv ├───Partner B │ └───Archiv ├───Partner C │ └───Archiv ├───Partner X │ └───Archiv └───Partner Y └───Archiv
z:\hostsystem_edi_inbound ├───host1 ├───host2 ├───host3 ├───host4 └───host5
/SelectionBase/InputMessages[(substring(Attachments[1]/@Filename,string-length(Attachments[1]/@Filename) - 3) ! = '.xml' and substring(Attachments[1]/@Filename,string-length(Attachments[1]/@Filename) - 3)!= '.txt') and @PartnerName != 'Partner X']
/SelectionBase/InputMessages[(substring(Attachments[1]/@Filename,string-length(Attachments[1]/@Filename) - 3) = '. xml' or substring(Attachments[1]/@Filename,string-length(Attachments[1]/@Filename) - 3)= '.txt') or @PartnerName = 'Partner X']