Skip to content

Added a multipart zipper feature for a file manager that has a file s… #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ As of version 0.1.0 it also supports creating archives.
It's handy if you do not have shell access. E.g. if you want to upload a lot of files (php framework or image collection) as archive - because it is much faster than uploading each file by itself.


## Requirements
## Requirements
PHP 5.3 and newer
(If you still run PHP < 5.6 you should consider updating PHP. These old PHP versions do not get any security updates and your site may be vulnerable.)

Expand All @@ -24,6 +24,11 @@ PHP 5.3 and newer
* (Optional) Set path to zip, defaults to current directory
* Click "Zip Archive"

### Multipart zipper
* Choose .001 files that you want to zip.
* Files will only display if the uploaded split files is created in 7zip
* Click "Multipart Zip"

## Version
Beta version state, use at you own risk.

Expand All @@ -32,13 +37,13 @@ Beta version state, use at you own risk.
Released under GNU/GPL v3


## Screenshot
## Screenshot
![Screenshot of unzipper](https://cloud.githubusercontent.com/assets/1136761/17080297/1bccbd60-512a-11e6-89cb-c6c112270154.png)


## Updates
## Updates
Get latest code at https://github.com/ndeet/unzipper


## Credits
[See contributors on Github](https://github.com/ndeet/unzipper/graphs/contributors)
## Credits
[See contributors on Github](https://github.com/ndeet/unzipper/graphs/contributors)
Loading