Unstoppable Domains

Extracting .tar.gz

Spaceship Spaceship
Watch

resellerlogic

Established Member
Impact
7
Is there a way to extract a .tar.gz file via ftp?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
Why not using SSH?or your web comtrol panel.
 
0
•••
Yep, that's right SSH or control panel is the only option to extract a .tar.gz file you can't use FTP for this purpose.
 
0
•••
How would you do it via the control panel?
 
0
•••
Control panel (cpanel) => File Manger => public_html => File name => Select option extract file.
 
0
•••
There's also another way.
Make a php script:
Code:
<?
system("tar -zxvf [b]yourfile.tar.gz[/b]");
?>
And run it.
It will extract your .tar.gz (unless your host has dissabled system() command in php configuration).
 
0
•••
If your host has disaabled system, you can use the zlib library and extract your file using a php script.
 
0
•••
Using ssh,

tar -zxvf file.tar.gz
 
0
•••
Appraise.net

We're social

Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back