I have a request to setup an interface to retrieve a file and then take that file and put it in a folder on our shared drive and also send the file to a receiving system. I had already setup this interface to use a ksh script to pick up the file and put it in the shared folder.
I am not sure if I can do the second option (send it to the receiving system via tcp/ip connection) at the same time without creating a separate set of threads (in/out).
Has anyone ever done something like this? Any suggestions?
Thanks in advance,
Ariba