Skip to content

Commit 5562b4a

Browse files
committed
add an example for a streamed ZIP file
1 parent 677a8c8 commit 5562b4a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

testdata/readme.streamingzip

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
To create a file without a name using ZIP streaming:
2+
3+
$ echo "bla" | zip -r streaming.zip -
4+
adding: - (stored 0%)
5+
6+
$ file streaming.zip
7+
streaming.zip: Zip archive data, at least v4.5 to extract, compression method=store
8+
9+
$ unzip -l streaming.zip
10+
Archive: streaming.zip
11+
Length Date Time Name
12+
--------- ---------- ----- ----
13+
4 06-27-2025 15:25 -
14+
--------- -------
15+
4 1 file

testdata/streaming.zip

200 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)