Hi Kevin ,
The problem is i’m not sure how to open the file (or a file) i am writing to within the program and read from it,as it is on an external server. I am using the ftp protocol on the thread to log onto that server and the program that writes the log is on the tps outbound data side of the thread. I would need to maybe store a temp file on the external server read that and then append to it and copy it within the outbound proc , but i dont want to use a windows schedule to ftp, i want to try to do it using the ftp protocol on the thread. Hope this makes sense.
ray