Thread
:
Question about uploading files to a server
View Single Post
05-17-2009, 04:56 PM
HorseShit
Too lazy to set a custom title
Join Date: Dec 2004
Posts: 17,513
no ssh access?
Try making a php page
<?php
$unzip = shell_exec("unzip filename.zip");
?>
HorseShit
View Public Profile
Find More Posts by HorseShit