linux - Programmatically accessing files within a zip file? -
can access file/folder within zip file without extracting temporary file?
this on linux system.
right now, need "read" file, possible "write" well?
edit 1: sorry not clarifying, hoping command line tool allow work language, alternate, php solution / toolkit need.
you don't mention language, java has whole library can used read , write zip file.
see: http://download.oracle.com/javase/6/docs/api/java/util/zip/package-summary.html
for c or c++, you'll have use 3rd party library.
Comments
Post a Comment