Portal Home > Knowledgebase > Articles Database > FTP & Extraction onto Host Server


FTP & Extraction onto Host Server




Posted by Sparrow-Sean, 05-29-2008, 05:41 PM
Hello, Not sure if this is the adequate place to ask this sort of hard question to all test your minds. But what I want to do it, Create a .rar file with my Information then upload this .rar to my server and then extract it on the server. Is this possible to accomplish? Thanks Sean

Posted by Orien, 05-29-2008, 05:48 PM
You can use the 'unrar' program. Login to your server through SSH and run the following commands. yum install unrar (or apt-get, etc. depending on your distro) unrar filename.rar

Posted by Sparrow-Sean, 05-29-2008, 05:50 PM
All I have their is manage ssl keys .... Nothing else?

Posted by Orien, 05-29-2008, 05:52 PM
Are you referring to what it says in WHM? You need to download a SSH client such as PuTTY and login through there.

Posted by digitalstress, 05-29-2008, 06:18 PM
I'm suspecting that you only have reseller-access, so just use the cPanel File Manager for this very purpose provided that unrar is installed, which I think it is as most distro have unrar by default or else tell your provider to "yum -y install unrar".

Posted by Orien, 05-29-2008, 06:20 PM
I don't think unrar comes installed by default on most Linux distributions.

Posted by BobS_, 05-29-2008, 07:38 PM
I recommend using 7zip. Zip it into a .tar and you should be able to untar it via file manager in your CP. Or use SSH and run the untar command. Untar: tar -zxvf filename.tar



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read