Home Page
Projects > HTTP Zip
Search:
HTTP Zip Thumbnail
HTTP Zip v1.0
Completed
Module for listing and downloading of files within a zip file on a web server.
Rating: 6 (Works great, was a relatively simple project I just wanted for my home server.)
Project Time: April 2004-~4/25/2004: 5 - 6
Languages: C
Requirements: *HTTP Server (IIS/Apache, for example), zlib.dll
Downloads: Binary Source (See any updates below for prior versions)
Sections: Information, Content, Updates, Comments
Information
This is run as a CGI application and should therefore be compatible with all major web clients including IIS and Apache.
Content

This project uses zlib, which is, of course, not mine :-). The zlib dll is included in both the source and binary downloads, and the needed zlib header files are included in the source download.

To use, just point .zip files on your web server to run through the executable.


In IIS: Web Site Properties > Home Directory > Application Settings > Configuration > Add
IIS can also be a little flakey on URLs which might need to be manually refreshed after a link is clicked... I haven't thoroughly looked into this yet.

In Apache:
AddHandler zip-file .zip
Action zip-file "/path/to/HTTPZip.exe"
Options +ExecCGI

Screenshots:

Browser Screenshot: HTTP Zip Browser Screenshot
Updates
Dakusan License v2.0 @ 2009-11-04 16:06:57 - Download

I have updated the licensing information across the board for my website and all its projects to the Dakusan License v2.0, a slightly modified version of the Original BSD License.

The Copyright page and all project downloads have been updated accordingly.

Added Readme files to all project downloads @ 2009-09-19 05:35:19

Binary and source zip downloads for all Projects now have readme files in them, except as mentioned below.

This only applies to the Draw Image Project in Web Scripts, and not the Directory Manager project (The only project zip file now without a readme).

More Project Thumbnail Updates @ 2008-09-28 15:48:04

The following projects have had thumbnails added to them: College Crap, Freedrive URL cracker, Highschool C++ Class, HTTP Zip, Small, Other Web Scripts.

The Eyes project thumbnail has been updated to have a transparent background to better represent it.

HTTP Zip v1.0 @ 2008-05-31 06:22:34 - Download
Uploaded version 1.0, updated project page with more information, and added browser screenshot.

v1.0 Source
Comments
To add comments, please go to the forum page for this project (guest comments are allowed for the Projects, Posts, and Updates Forums).
Comments are owned by the user who posted them. We accept no responsibility for the contents of these comments.

No comments for this Project