What Is Unzip
May 12, 2007I want to install a script on my webspace, and I have to enter the path to unzip. But what is unzip? How could I find out the path?
View 1 RepliesI want to install a script on my webspace, and I have to enter the path to unzip. But what is unzip? How could I find out the path?
View 1 RepliesI want to know that is there any ftp program by which I can unzip files on my server.
View 3 Replies View RelatedI have VPS with centos 5.3 installed ..
i tried to unzip zipped file of 5 gb but i got error
file greater than 4294959102 bytes
From the SSH i use unzip filename.zip
i do have enoght space more than 30GB ..
I have a small issue that's probably easy to answer. If I upload a zip file to a Linux server, and run this command via SSH:
Code:
unzip -a name_of_zip.zip
Although it does unzip the directories as expected, it makes all file names and folders lowercase. This is a problem when trying to install software that relies on case sensitive names.
Does anyone know what command tells the server to retain the file names and not alter them?
I'm trying to do this
/usr/bin/gzip -p /home/mysite/public_html/shop/feeds/myfile.xml.zip > /home/mysite/public_html/shop/feeds/myfile.xml
But it just tells me
/usr/bin/gzip: invalid option -- p
X-Powered-By: PHP/5.2.5
Content-type: text/html
How do I find the correct option to unzip first file to second file?