Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 768 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 768 Bytes

Unzipper Tool

The Unzipper Tool is a lightweight PHP-based utility for easily extracting and compressing files and directories on a web server. It provides a simple web interface to perform file operations like unzipping archives (.zip, .rar, .gz) and zipping directories.

Features

  • Unzip archives (.zip, .rar, .gz) to a specified destination.
  • Zip a directory for easy storage or transfer.

Usage

  1. Upload the unzip.php script to your web server.
  2. Access the tool via a web browser. http://your_server_ip/unzipper.php

Note: For security reasons, it's recommended to delete the tool from the web server path after usage.

Requirements

  • PHP with support for ZipArchive and RarArchive (if using RAR files).

Version

Current Version: 1.0