cStringCompression deflate zip
#1
Heya,

Is it possible to use theĀ cStringCompression library as a way to extract a zip file's contents?

Thanks
Reply
Thanks given by:
#2
I don't think we have zip file support at the moment. https://github.com/cuberite/cuberite/issues/3419

You may be able to find a Lua library for it.
Reply
Thanks given by:
#3
Ive found many pure lua ones but I havent been able to use them because they come up with arbitrary errors that have no online documentation for how to fix. In the end ive settled with a tiny unzip lib i found from an ancient website, its 20kb and had warnings about download time.
Reply
Thanks given by:
#4
There seems to be a library which uses the zlib Library to unzip files

https://github.com/madler/zlib/tree/mast...ib/minizip

But we have to check if the license stuff works
Reply
Thanks given by:




Users browsing this thread: 2 Guest(s)