I have a FTP that contains zip files and insdie each zip file there is an xml file with the same name as the zip file.
I wanna read these xml files.
I done almost everything but now i have a question, which is not a syntax question but an approach question.
question:
should I download these zip fiels to a folder outside of the FTP folder ? and then parse the xml files inside them?
or there is a better approach to reach the xml file directly without having to download the zip files.
I am working with .net 4.5
many thanks