How can I run Unzip/Gunzip/PKUnzip remotely without telneting into the server.
What I want to do is to upload files then click on a web page that run the unzip command.
There are perl and PHP scripts than send some console command via a page, but I can't find one that will run unzip.
If its not possible to run the command because of security or because it is interactive could I not create a batch file on the server and then run activate the batch file via perl / php?
PS
How do I create and run a batch file on a Linux server?
Cheers.
What I want to do is to upload files then click on a web page that run the unzip command.
There are perl and PHP scripts than send some console command via a page, but I can't find one that will run unzip.
If its not possible to run the command because of security or because it is interactive could I not create a batch file on the server and then run activate the batch file via perl / php?
PS
How do I create and run a batch file on a Linux server?
Cheers.