× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



The Java 'jar' tool supports a subset of ZIP's capabilities, and ships with IBM i. In my experience, it's klunky and slow, but it works. Example:

jar cMf /tmp/output.zip /mydir/*.txt

The InfoZip tools (the ones included with most Linux/Unix systems) are free and available for PASE (under IBM i). It supports most features of Zip files, but only supports weak encryption (like the earlier Zip programs did.) This used to be my favorite way of making Zip files (until 7-Zip):
http://systeminetwork.com/article/make-zip-files-iseries

The preceding article refers to a site called AIXPDSLIB from UCLA. It no longer exists, but you can still get the code here:
http://www.computer-refuge.org/classiccmp/aixpdslib/pub/

The 7-Zip tool supports Zip as well as many other archive formats, and also supports stronger encryption. It's open source (free) and available for PASE. I've posted a copy on my web site:
http://www.scottklement.com/p7zip

There have been several discussions about 7-Zip in the archives for this mailing list, as well as System iNetwork's forums. If you run into questions/problems, searching the archives for those sites might provide the answers.

A Japanese programmer named Hideyuki Yahagi (better known as Uzaemon) has ported MiniZip/ZLib as native (non-PASE) tools. He has them available as a free download on his site:
http://homepage1.nifty.com/uzaemon/

Finally PKWare (the company that owns the original PKZip software) has a commercial (for money) ZIP offering for i5/OS.
http://www.pkware.com/software-pkzip/intro

So there you have 5 possible solutions.

When this question has been asked in the past, some people have mentioned TAR and GZIP as possibilities as well. Although these solutions work great, they are _not_ for .ZIP format, they have their own file format. If you are exchanging data with someone else you won't want this. But if you're just archiving data for your own purposes, these might offer a 6th possibility.


On 9/8/2010 4:29 PM, bll1981 wrote:
Is there any ZIP (compression) freeware available on the iSeries platform? If
so, can I get some opinions on which ones are the most practical. Thanks!


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.