Hello,
When my file adapter finish the generation of file at the receiver server I want to create another empty file at the same directory named "start.txt". The use of that file if for a scheduled task of OS that only starts a process if start.txt file have been created (the process delete that file).
How can I do that? I've tried with OS command after precessing but that's for the XI OS not the receiver system SO...
Then I've seen that I can use ftp command but there isn't ftp command to create a file... only to transfer files.