Is it possible to untar
a file in a remote server with php, and without using exec
or passthru? I normally do this
sshwith bash, in a
ssh` console, but I wonder if it is possible to do it with php.
So far, I managed to copy the file using an ftp connection, but I can't find the way to use the tar command in the remote server. Any ideas on how to do it?