Web Hosting Talk







View Full Version : What exactly is a Zip file & what does it do?


Aidan Work
06-16-2006, 08:10 AM
I have seen these mentioned on download websites,but what exactly is a Zip file,& what does it do?

Aidan.

maxymizer
06-16-2006, 09:03 AM
It's an archive, which means it's contents is compressed to save bandwith and space when hosting/downloading files.

But really..next time you should use google for such questions since this has 0 to do with programming ;)

Browzer
06-16-2006, 05:09 PM
I have seen these mentioned on download websites,but what exactly is a Zip file,& what does it do?

Aidan.
.zip files are an archive of one or more compressed files.

Contrast this to .tar files, which are just archives, and .gz files, which are just compressed. Typically, these files are used on Linux/Unix/Solaris machines (people, correct me if I'm wrong). You can combine them into a .tar.gz file, but with a .zip, it can call be done in one step.

axx2k
06-16-2006, 09:29 PM
Keep in mind also: When it comes to compressed files and folders, there are more than just .zip files. There are many types, ranging from .ace to .rar to .zip, and many in between. I would recommend winRAR (http://www.rarlabs.com) to unzip any, if not all types of compressed files (assuming you are using windows).

:cool:

Aidan Work
06-20-2006, 11:53 PM
How do you unzip a Zip file after you have downloaded the template off the Internet & onto your computer?

Aidan.

laserlight
06-21-2006, 03:04 AM
winRAR, as was suggested earlier, can decompress and extract zip archives, as can 7-zip (http://www.7-zip.org).