You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# The Unzipper
1
+
# Zippy
2
2
3
-
The Unzipper extracts .zip and .rar archives or .gz files on webservers. It detects .zip/.rar/.gz archives and let you choose which one to extract (if there are multiple archives available).
4
-
As of version 0.1.0 it also supports creating archives.
3
+
Tool zum entpacken von Archiven, nützlich wenn kein Shell-Zugang zum Webspace vorhanden ist.
5
4
6
-
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.
5
+
-> Neu in Version 0.1.0: Pfade des Webspace Packen
6
+
-> Neu in Version 0.1.4: Upload von .rar, .zip und .gz-Archiven
7
7
8
8
9
9
## Vorraussetzungen
@@ -16,13 +16,13 @@ PHP 5.3 oder höher
16
16
* Im Browser die URL des Unzippers aufrufen.
17
17
18
18
### Archive unzipper
19
-
*Choose .zip, .rar archive or .gz file you want to extract
20
-
* (Optional) select an extraction path, defaults to current directory
21
-
*Click "Unzip Archive"
19
+
*Zu entpackendes Archiv auswählen
20
+
* (Optional) Pfad zum entpacken auswählen, default ist das Startverzeichnis von Zippy
21
+
*Entpacken anklicken
22
22
23
23
### Archive zipper
24
-
* (Optional) Set path to zip, defaults to current directory
25
-
*Click "Zip Archive"
24
+
* (Optional) Pfad zum Speichern festlegen
25
+
*Packen klicken
26
26
27
27
### Archiv Uploader
28
28
* Upload von .rar, .zip und .gz-Archiven in den Ordner Upload
0 commit comments