hi
I have a Windows service creates multiple threads to perform a task. Now each thread after its done has created a message file. These files need to be FTP to a third party. Before that they need to be compressed.
A zip file is already avaliable to which these files need to be added. Eac thread should add its message file to the existing Zip file. I unfortunately could not find any example explaining the scenario of adding data files to a zip file that already exist.
Any clues as to how this can be achieved.
Thanks !!