|
Xceed Software
Xceed Zip .NET Std Dev Version
The most advanced and reliable .NET compression library on the market. Used by Microsoft, Apple, Adobe, IBM and many Fortune 500 companies in their applications!
Overview
- An industry-defining feature set! Thanks to the addition of the latest Zip standard, WinZip 12 and up compatibility—offered by no other library—and recently technologies like AES encryption, PPMd, and BZip2, you can deliver the functionality your end-users need today, keeping you ahead of your competition. Provides Gzip and Tar too!
- Solid as a rock. A proven 16-year track record with Zip products makes this the most stable data manipulation library of its kind, so you can create robust applications you can count on. Microsoft trusted it enough to choose it to implement part of its Windows Home Server product!
- One product for all your data and file manipulation needs. Offering much more than compression, it also provides built-in file transfer (secure FTP), synchronization, and filesystem capabilities, through an integrated interface that is simple yet powerful.
- Complex operations with a single line of code. Update the contents of a regular/spanned/split Zip file locally, on a remote secure FTP server, in a stream or in memory. Stream directly to or from a file inside a compressed file. Synchronize the contents of any number of folders and files of any type. Whatever combination you need, this library lets you do it!
- All operations are fully optimized to reduce bandwidth and increase speed so that you can perform feats such as speedily accessing a file located in a Zip file on a remote FTP server. Designed with Microsoft’s collaboration!
- The industry’s best technical support helps you get the most out of the component. Our team’s quick response time earns praise on a daily basis. The library fully supports VB.NET and C#, and includes complete documentation and a variety of sample applications. Source code is available in the Blueprint Edition.
Key Features
.NET technology
- Works with .NET 2.0 and up, ASP.NET 2.0 and up, and Visual Studio 2005 and up.
- Supports VB.NET, C#, and Managed C++.
- 100% managed code, written in C# (source code included in the Blueprint Edition).
- Superior object-oriented design created specifically for the .NET framework. Not a .NET interface over a recycled ActiveX component like some other manufacturers are trying to sell.
- Seamless integration with the .NET base class libraries, with error handling exclusively through .NET exception classes.
- Objects don't need to be explicitly disposed of.
- CLS compliant (Common Language Specification) with no unsafe blocks, for minimal permission requirements.
- Works with .NET Isolated Storage for temporary files as needed.
- Documentation fully integrated into Visual Studio, and VB.NET and C# Express Editions.
- VB.NET and C# Samples include a WinZip™-like zip application, a PKZIP(™)-like console zip application, a streaming compression sample and a Windows Explorer-like application that allows you to work with files, folders, and zip files interchangeably.
- The .NET 4 build is compiled using the Client Profile.
Multi-talented capabilities
- Built-in file transfer and filesystem capabilities. Because it's built on top of the Xceed FileSystem Core, a variety of additional file and folder manipulation capabilities are available, as is the complete functionality of Xceed FTP for .NET without any additional learning curve or effort.
- Abstracts files and folders in Zip files, on FTP sites, in streams, in memory, etc., so that your code is written as if it is working with regular files or folders. When support is added for more archive types and locations, there is no need to change your code in order to work with the new archive types or locations.
- It even optimizes operations so that you can perform feats such as speedily accessing files located in a Zip archive on a remote FTP server, while using astonishingly low bandwidth. No other .NET component or combination of components can accomplish this.
Major features
- Need “on-the-fly” Zip file read/write capabilities for use with high-demand servers or Web sites, etc., where intermediate disk/memory storage is a major concern or simply not possible? Check out Xceed Real-Time Zip for .NET!
- Easy-to-use, rock-solid security through industry-standard AES encryption, compatible with WinZip 9 and higher, with encryption strengths of 128, 192, and 256 bits. Developers can choose the AES encryption algorithm used by the component.
- The only library to provide WinZip 12 compatibility, supporting the LZMA algorithm for improved compression in certain situations. Note: Zip files using WinZip 12’s special JPEG recompression feature are not supported. (New in v4.1)
- UTF-8 character encoding in headers for improved support of international characters in filenames and comments is provided. (New in v4.1)
- Create new zip files or update existing zip files on disk, in memory, or on an FTP site.
- Support for the Zip64 zip file format, eliminating the 4GB barrier and 16384 file limit.
- Zip or unzip to and from disks, FTP sites, memory or isolated storage. When unzipping one or more files from a Zip file located on an FTP site, Xceed Zip for .NET will download only the necessary portions of the Zip file required in order to unzip the files, for greatly improved speed and minimal bandwidth use.
- Read, write, and update zip files split into multiple parts.
- Read, write, and update zip files that span multiple disks.
- Supports the Deflate64™ compression method, for improved compression.
- Supports the BZip2 and BWT compression methods for improved compression when speed is less crucial.
- Supports the PPMd compression method, for producing the most compressed output possible, especially with text and XML files.
- List contents of a zip file with complete file specifications. If the Zip file is located on an FTP site, Xceed Zip for .NET will download only the central directory portion of the remote Zip file, for greatly improved speed and minimal bandwidth use.
- Compress or decompress any .NET stream.
Compress and decompress byte arrays completely in memory. Copy, move, rename, delete files and folders in a zip file, on disk, in memory, on an FTP site, in Zip files on an FTP site, or in isolated storage. Change attributes of files and folders on disk. Copy, move, rename, delete and change attributes of files and folders on disk, in a Zip file, on an FTP site, etc. Zip password encryption (standard Zip password encryption, or 128 to 256-bit AES encryption). One-line shortcut classes for basic zip file and compression operations. Fully extensible classes so you can customize the library's functionality as needed. Information-rich status report events with percentages, byte and file counts. Programmable filter system to limit processing to specific files or folders, with built-in filters for file attribute, size, date, timestamp and filenames. Create your own custom filters as needed. HTTP proxy server and both FileSystem-based and FtpClient-based SSL support. Efficiently creates zip files by allowing developers to decide whether folder entries should be written to the archive, which reduces its size. (New in v5.1/4.3) Can create archives using the Deflate format without compression, for full compatibily with Xceed Real-Time Zip and generally improved flexibility. (New in v5.1/4.3)
Multiple-location file and folder synchronization
- Can perform date/time-based synchronization on any number of AbstractFile or AbstractFolder objects. Multiple events allow analysis and precise control over the operations.
Tar and GZip features
- Tar and GZip for maximum compatibility between your applications and the data they need to work with.
- Handle Tar and GZip files as easily as if they were regular files and folder, thanks to the Xceed
- FileSystem Core.
- Full read/write compatibility with USTAR format Tar archives.
- Read compatibility with GNU Tar archives whose entries do not use the header extensions of this format.
Other features
- Includes all of Xceed’s .NET FTP capabilities.
- Three new "Quick" classes provide static methods that let you perform FTP, Tar, and GZip operations with a single line of code: QuickFtp, QuickTar, and QuickGZip. These new classes accompany and complement the currently available QuickZip and QuickCompression classes.
- Support for extra headers containing detailed time-stamp information in both PKWARE and Info-Zip formats (last modified, last accessed, and creation date and time) and Unicode filenames (international characters).
- Zip password encryption on a per-file basis.
- Recursively zip or unzip entire directories and their contents.
- Control the path information stored in the zip file for each file or folder.
- Zip or unzip only files newer than those already in the zip file or destination folder.
- Overwrite files only in certain conditions.
- Split zip file can use the PKWARE or Xceed naming convention for each zip file part or create your own custom naming convention.
- Split zip file parts can be written to different folders.
- Triggers only the events your application subscribes to for increased performance.
- Get and set individual file comments or the global zip file comment.
- Supports different encryption passwords for each file.
- Controllable compression levels and methods.
- Supports UNC paths.
- Ability to preview which files will end up being processed.
- Process system and hidden files, overwrite read-only files.
Ratings and Reviews
| Software ratings and reviews are shown below. If you wish to rate this software please click the 'Rate this software' link. |
Rate this software
|
Other Products By Xceed Software
|
|
Xceed Software
|
|
|
|
|
Xceed Software
|
|
|
|
|
Xceed Software
|
|
|
|
|
Xceed Software
|
|
|
|
|
Xceed Software
|
|
|
|
|
Xceed Software
|
|
|
|
|
Xceed Software
|
|
|
|
|
Xceed Software
|
|
|
|
|
Xceed Software
The most advanced and reliable .NET compression library on the market. Used by Microsoft, Apple, Adobe, IBM and many Fortune 500 companies in their applications!
|
|
|
|
|
Xceed Software
|
|
|
|
|
Xceed Software
|
|
|
|
|
Xceed Software
|
|
|
|
|
Xceed Software
|
|
|
|
|
Xceed Software
|
|
|
|
|