I am using DotNetZip library to zip my files programatically. The resultant zip file is then uploaded onto a server using SFTP.
My question is if there a way I can specify the order in which the files should be unzipped on the server.
I am not sure about the job which does the task of unzipping.
Edit: The zip consists of 100 documents (usually PDF) and 100 metadata files for each of these documents. The metadata files end with .metadata. A file with such an extension triggers a job on the server to look for the document referred by the metadata. I would like these .metadata files to be extracted from the zip after all the other normal files are extracted.