HOW TO UNZIP FILES DIRECTLY ON THE SERVER?

There are two ways to extract .zip files directly on the server: 

1.The first one is by using SSH 
->Run the following command over SSH: 
unzip theziparchive.zip 

2.The second way is with PHP script. 
-> Create file unzip.php in the current directory where your zip file is and add to the file the following script: 

<? 
'unzip theziparchive.zip'; 
?> 

Run file unzip.php in a browser to execute the php script, that will trigger file to be unzipped.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

DIFFERENCE BETWEEN SHARED HOSTING, DEDICATED HOSTING AND VIRTUAL PRIVATE SERVER?

DIFFERENCE BETWEEN SHARED HOSTING, DEDICATED HOSTING AND VIRTUAL PRIVATE SERVER? Shared...

DO I NEED TECHNICAL KNOWLEDGE TO USE WEB HOSTING?

We’ve made our web hosting services accessible for everyone. We’ve designed our control panel so...

HOW DO I UPLOAD MY WEBSITE?

You can upload your website using any FTP Client or the File Manager inside your hosting control...

HOW LONG DOES IT TAKE TO SET UP WEB HOSTING?

Setting up web hosting is quick and easy. It takes between 10 to 20 minutes for your web hosting...

I HAVE ADDED MY DOMAIN IN THE HOSTED DOMAINS SECTION, BUT MY SITE IS NOT WORKING?

There are several possible reasons for your site inactivity:  If you purchased your domain...