Greetings,
Can a .zip be unzipped with the file manager? Or just .tar? When I try it says i need version 1.0 or higher? Please advise.
Bob
Greetings,
Can a .zip be unzipped with the file manager? Or just .tar? When I try it says i need version 1.0 or higher? Please advise.
Bob
I would like to know if it's possible too. Anybody?Originally posted by baidarkabob
Can a .zip be unzipped with the file manager? Or just .tar? When I try it says i need version 1.0 or higher? Please advise.
Another question: how do I create .tar files in Windows?
Thank you, Wiki.
Wiki,
I use cuteftp for uploading to the server. I can right click on the files in its browser pane and upload "compressed" as a .cab, .zip or .gzip/tar.
Bob
Last edited by baidarkabob; 02-22-2003 at 10:21 AM.
Any chance of an answer to this original question.
I have a guy who claims he could unzip winzipped files using Cpanel on his old server but can't on ours (Zip archive data, at least v1.0 to extract) - v1.0 of what?
cPanel.net Support Ticket Number:
Try to install "Unzip" under "install a RPM"
cPanel.net Support Ticket Number:
You need zziplib libarary (http://zziplib.sourceforge.net/) installed on your system.
If you already have zziplib you can install pecl package "zip" by command
# pear install zip
After compilation you'll have zip.so, which you can copy to /usr/local/lib/php/extensions/ add to your php.ini:
extension_dir = /usr/local/lib/php/extensions/
extension="zip.so"
Volodymyr Petrov
www.Hostizer.com
Or just rebuild apache with it just like installing GD.