Has anyone tried using ZipArchive or some zip lua module

I would like to integrate some zip archive utility into my application…that way I can zip files and upload them to my server or vice versa…request data in a zip file from the server and then extract files from the zip file. Has anyone attempted something like this in Corona env and lua??? Your help will be much appreciated. [import]uid: 2949 topic_id: 2837 reply_id: 302837[/import]

there are some pure Lua implementations here
http://lua-users.org/wiki/CompressionAndArchiving [import]uid: 6645 topic_id: 2837 reply_id: 11864[/import]