Download List

项目描述

TAR/GZIP/BZIP2/ZIP Archives is a class for
manipulating tar, gzip, bzip2, zip, and
self-extracting zip archives. It is capable of
recursing through and storing a directory
structure and creating archives in memory or on
disk, and can allow the client to download the
created archive directly from memory. Zip file
comments are supported. It supports symbolic links
where applicable, and archived files are
automatically sorted within the archive for
greater compression in gzip and bzip2 archives.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-08-13 11:53
2.1

一种新的“”选项添加了对符号链接支持以及followlinks。在tar文件头是固定的编码,并在download_file头是固定的。 tar_file是固定的,使两个零块被添加。在tar归档文件的排序进行了改进,以及在字符集转换试图删除从create_zip。 extract_files已更新设置修改日期。
标签: Minor feature enhancements
A new "followlinks" option was added along with support for symbolic links. Encoding of headers in tar files was fixed, and headers in download_file were fixed. tar_file was fixed so that two zero blocks are added. Ordering of files in tar archives was improved, and an attempt at character set translation was removed from create_zip. extract_files was updated to set the modification date.

Project Resources