I’m creating a site where the user will prepare files using Windows based applications, then FTP the files from Windows to a folder on the AIX box where we’re running CL 5.4.
There I have an Inbound thread using the fileset-local protocol with a TPS defined for the Directory Parse, then a Raw Route using another TPS to read the inbound message and replace it with the properly formatted outbound message.
Does anyone have any ideas on how to bypass an inbound file if the user FTPs a file with embedded spaces in the file name?
If the file is named ‘file name.txt’ then the message passed to the directory parse TPS has the value of ‘file name.txt’ then the engine tries to process a file named ‘file’ and another named ‘name.txt’ of course neither of these exist.
Any help is greatly appreciated.
Thanks,
Steve