For the file exchange use the SFTP module. Then you can read an write files securely then to an external source.
And yes I would also use the flat file modules from Erwin. They work well with scheduled events.
And it is good practise to import the files to a shadow entity. Do not import these files right into your main entities. This way you have far more control and checks before you transfer your import data to your main entities.
Hope this helps a bit.
Regards,
Ronald
You can also use the RestServices and connect over HTTPs and use normal authentication. You can both send and receive files with this module. Depending on your stack this might be an easier solution than using SFTP (which is the more natural protocol to do this), since you do not need external servers and can keep everything in Mendix.
Hai @Ronald Catersels, I am in need to transfer large number of files from on premise server to mendix cloud. How to achieve this, can you help me in this?