Can I access a file/folder within a zip file without extracting it to a temporary file?
This is on a linux system.
Right now, I just need to "read" from the file, but is it possible to "write" to it as well?
Edit 1: Sorry for not clarifying, I was hoping for a command line tool that would allow it to work from any language, but as an alternate, a PHP solution / toolkit is what I would need.