English 中文(简体)
• 建立吉斯普切人档案,通过公共卫生和社会福利部积极将其纳入主流?
原标题:Creating a GZipped tar file and dynamically streaming it via PHP?

是否有像ZipArchive公司这样容易的接口,可以把档案交给客户,而不是在服务器上保存? 如果是的话,有人会告诉我如何?

感谢!

问题回答

你可以指示军阀指挥官通过 pass或 ex( pass)把tar子放下。 E.g.

tar cfz - name1 name2 ...




相关问题
How to determine compressed size from zlib for gzipped data?

I m using zlib to perform gzip compression. zlib writes the data directly to an open TCP socket after compressing it. /* socket_fd is a file descriptor for an open TCP socket */ gzFile gzf = gzdopen(...

Transparent SQLite Data Compression

I am looking for an existing solution for transparent SQLite 3 zlib compression using a custom VFS implementation and a custom IO methods implementation. Is anyone aware of an existing project that ...

"Untar" file on iPhone

I m writing an iPhone app which downloads a tar-gzipped file from a Webserver, then needs to unarchive this file so that it can be copied into the app s Documents folder. I m using tar/gzip because I ...

Compress data before storage on Google App Engine

I im trying to store 30 second user mp3 recordings as Blobs in my app engine data store. However, in order to enable this feature (App Engine has a 1MB limit per upload) and to keep the costs down I ...

Unzipping part of a .gz file using python

So here s the problem. I have sample.gz file which is roughly 60KB in size. I want to decompress the first 2000 bytes of this file. I am running into CRC check failed error, I guess because the gzip ...

热门标签