Provides file compression and decompression services, supporting multiple formats such as gzip, tar.gz, ZIP, and 7z. Simplifies file processing workflows through standardized interfaces, ensuring security and efficiency.
Tools
zip
Compress a single file using gzip format. Specify output directory, filename, and compression level. Supports progress reporting.
unzip
Decompress gzip files. Specify output directory and filename. Supports progress reporting. Suitable for decompressing .gz files.
list-zip-contents
Preview the contents of a gzip compressed file. Specify preview length in bytes. Useful for viewing .gz file contents without full decompression.
zip-folder
Compress folders to tar.gz format. Specify output directory, filename, and compression level. Supports progress reporting.
Installation
Please Login
Login to configure this server.