c# - How to extract one file from Zipped file -


the scenario data file located in remote machine, file zip file , size big. want extract target file according file name, don't want download whole file remote machine. method identify target file , download part of data remote file? btw, development language c#.

there no way local code unzip remote file without downloading it. if want minimize amount of data transferred, need service running on remote machine doing extraction part , transferring desired file.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -