It takes too long to upload individual files via FTP so Does anyone know how i can unzip files a server? Help appreciated!
If its on linux server and you have SSH access. then loginto ssh and you can unzip is with below command. tar xvf filename
He dont only need ssh client but ssh acess on server aswell! You can also unzip .zip files by using this command gunzip filename.zip Saad
Options: 1. If you have shell then use gunzip. 2. If you are using cpanel hosting, then in file manager go to the folder where you uploaded the file, click on the zip icon behind the zip and you will get an option to extract on right hand corner. Hope this helps.