zip4j icon indicating copy to clipboard operation
zip4j copied to clipboard

A Java library for zip files and streams

Results 90 zip4j issues
Sort by recently updated
recently updated
newest added
trafficstars

Compressed into zip format by windows rar Unzip this zip file on android The Chinese part is garbled as shown in the figur ![Screenshot_2022-07-02-15-13-20-751_com xuxin nyfm](https://user-images.githubusercontent.com/90443578/176990789-669b26b0-6cc4-4356-88f1-669e3b025a10.jpg) ![微信截图_20220702151659](https://user-images.githubusercontent.com/90443578/176990844-42042875-395f-46ad-ad50-6d5636536c70.png) e

I appreciate the open source code you provided I like it very much.the problem i'm having. Zip all files in the current folder throw exception net.lingala.zip4j.exception.ZipException: invalid operation - Zip4j...

```java net.lingala.zip4j.exception.ZipException: Symlink target xxx does not exist for link 'xxx' ``` what I need is ignore those invalid symlinks instead of get an exception.

improvement
in-progress

https://github.com/srikanth-lingala/zip4j/issues/400 Reaching out to ask if this fixed a security vulnerability, or was it just a bug? If it was a bug, do you need assistance with vulnerability disclosure and...

Hi, I have got a problem with zip4j above 2.0 version. Durning using linux Centos7 the archive after compress with AES encritpion can't be unpacked. (whole code belowe) 7zip -...

bug
in-progress

Hi Srikanth sir, first of all thank you very much for your amazing zip4j library. Its like a life saver to me. As you know, "apk" files are also a...

Hi, why not use FileFilter and FilenameFilter for simplicity. It would be more standard-like. What do you think? Christian

improvement

Hi! Thanks for the opportunities in zip file handling provided in the library I've read the discussion in #229 and want to give my feedback about parallel compression and zip...

new-feature

Hi Srikanth, Observing few files is getting extracted and other files showing wrong password while extracting. using 7-Zip to extract the zip file.

want feedback

Hello, is there a way of merging to folders, when getting them packed into a zip archive? For example, I have `dir1/resources`, with `fol1` and `fol2` inside it. I also...