to open .zip file on a server

I want to open a file with .zip format on a remote server.

How willi do that

thanks

Do you have the "unzip" command?

unzip filename.zip

For listing instead of extracting,

unzip -l filename.zip

Thanks cbkihong.

This file can unzip a big file and now i got

===========================

Archive: How_To_Open_Applix_Ticket.zip
inflating: How_To_Open_Applix_Ticket_files/filelist.xml
inflating: How_To_Open_Applix_Ticket_files/image001.png
inflating: How_To_Open_Applix_Ticket_files/image002.jpg
inflating: How_To_Open_Applix_Ticket_files/image003.png
inflating: How_To_Open_Applix_Ticket_files/image004.jpg
inflating: How_To_Open_Applix_Ticket_files/image005.png
inflating: How_To_Open_Applix_Ticket_files/image006.jpg
inflating: How_To_Open_Applix_Ticket_files/image007.png
inflating: How_To_Open_Applix_Ticket_files/image008.jpg
inflating: How_To_Open_Applix_Ticket_files/Thumbs.db
inflating: How_To_Open_Applix_Ticket.htm

I want to see what is inside this How_To_Open_Applix_Ticket.htm

thanks

navigate to the directory you unzip'd these files and run

view How_To_Open_Applix_Ticket.htm 

but this is a html file and it is opening in VI .

can i open it derectly in IE ??