Yes you can unpack a tar archive which has gz / bz or any other UNIX native form of compression from SSH or telnet but if you upload a zipped archive to your server than uncompressing/extracting it is not always simple and sometimes not even possible.

The only way that I have found is via PHP, but for that the server must support PHP unzip function, you make a simple php script that tells the sever to unzip the archive.

You cannot unzip directly from SSH unless you have the unzip package installed, which most of the server don’t have.
Unzip or extracting from FTP is not possible as FTP is only a file transfer protocol and is very restricted in what it can do.

Related posts:

  1. Telnet and file uploading Did you know ? you can’t upload a file through...
  2. Difference between Telnet and SSH ? A one word answer to this question is Encryption. Basically...
  3. How to delete protected vista files from XP by booting to windows XP I was trying to free...
  4. Can you browse Vista files from XP ? I had installed vista on my computer which has xp...
  5. Creating Tar.gz files in Windows You can open and extract the content from gzipped in...
  6. Search and replace text in all files in Sub directories if you want to Search for a particular string or...

Trackback

no comment untill now

Add your comment now