I have requirement to transfer binary file (jpeg and pdf) from one server to another server but I also need to maintain source file naming convention when creating file on another server.
I know I have to use Repository objects but what will be Data type, message type look like. And how to do content conversion on File Channels if files are jpeg or pdf?