Hello All
I have problem with ESB ftp bus.
What need to do:
Some module of complex application do some process and as result create file on file system (local directory).
This file need replace in some FTP server forlder. (or vice versa - file created on ftp, and esb scheduler should replace it in local directory)
According ESB quickstart documentation - I can create file system or ftp provider, bus, listener and action. And it works fine but:
If it file system provider I can get some file from LOCAL directory and put it as processed to another LOCAL directory, with FTP - exactly same but just for FTP folders.
Need to combine this two actions. Have anybody ideas?