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 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

WHAT IS WEB HOSTING?

Web hosting allows you to publish your website. You will need a web hosting service to host your...

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...

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...

IF I LOST MY USERNAME/CLIENT ID AND/OR PASSWORD. WHAT CAN BE DONE?

If you can recall your username/Client ID, please use the lost password retrieval tool at our...

I HAVEN'T RECEIVED MY WELCOME EMAIL. WHAT SHOULD I DO?

Probably the mail server you are using has blocked the welcome email we have sent you. Write us...