An open API service indexing awesome lists of open source software.

https://github.com/namek/phpunzipper

Simple unzipper containing manual traversing through folder structure in the browser
https://github.com/namek/phpunzipper

Last synced: about 1 month ago
JSON representation

Simple unzipper containing manual traversing through folder structure in the browser

Awesome Lists containing this project

README

          

The project
=========
This script gives a possibility to uncompress zip file in chosen location, using only a web browser.

Project was intended for more efficient web software upload. Instead of sending 1000 files through FTP, it's much more efficient to compress them into one zip file and put such compressed file on FTP, then uncompress it remotely.

Features
========

* Show files in current folder
* Change current folder
* Select current zip file
* Unpack previously selected zip file in current folder

Screenshots
===========

![ss1](screenshots/phpunzipper1.png)
![ss2](screenshots/phpunzipper2.png)