fhs / ZipFile.jl

Read/Write ZIP archives in Julia
Other
51 stars 45 forks source link

ZIP64 is not supported (can't read more than 65535 files) #56

Closed quatrejuin closed 2 years ago

quatrejuin commented 5 years ago

Can only read not more than 65535 files.

fhs commented 5 years ago

Yes, ZIP64 support is not implemented. There is a stalled PR (https://github.com/fhs/ZipFile.jl/pull/28) that added ZIP64 read support. I would be grateful if someone continued the work.