Chilkat Perl TAR Library is a simple library for creating and extracting TAR archives.
Chilkat Perl TAR Library supports creating and extracting .tar.gz (.tgz), .tar.bz2, and .tar.Z (compressed TAR archives, also known as compressed tarball archives).
Can read/write the following TAR formats: (1) GNU tar 1.13.x format, (2) PAX -- POSIX 1003.1-2001 format, (3) USTAR -- POSIX 1003.1-1988 format.
Here are some key features of "Chilkat Perl TAR Library":
· Create/Extract TAR archives.
· Supports GNU tar 1.13.x format.
· Supports PAX -- POSIX 1003.1-2001 format.
· Supports USTAR -- POSIX 1003.1-1988 format.
· Create/Extract Compressed Archives: .tar.gz (.tgz), .tar.bz2, and .tar.Z
· Extract directly into memory.
· Untar files matching a pattern.
· Get TAR contents directory in XML format.
Limitations:
· 30 days trial.
What's New in This Release: [ read full changelog ]
· All:
· Added a free supporting CkDateTime object for date/time functionality. The use of SYSTEMTIME will become deprecated in favor of methods that instead return a CkDateTime object. More information about this will be added to www.example-code.com, as well as the reference documentation.
· (Compression):
· Added the “zlib” compression algorithm to the Chilkat.Compression / CkCompression class. This is the same as “deflate”, but includes the zlib header.
(Certificate):
·
The Rfc822Name string property will return all subject alternative names (if more than one exists) in comma-separated list.
(Crypt):
·
Added “Q”, “B”, “url_oauth”, “url_rfc1738″, “url_rfc2396″, “url_rfc3986″ to the list of available encoding/decoding algorithms (i.e. the Chilkat.Crypt2.EncodingMode property).
(CkString):
·
Extended CkString so that the AppendEncoded and GetDecoded methods recognize and use any of the encoding algorithms available in the Chilkat.Crypt2.EncodingMode property.
· (HTTP):
· Fixed SynchronousReques...