dr_tmh
06-21-2007, 03:38 PM
:agree: hi dear
i have folder on server , i have no shell access
how i can compress folder on it to easy download ????
i have folder on server , i have no shell access
how i can compress folder on it to easy download ????
![]() | View Full Version : how i can compress folder on server without shell ?? dr_tmh 06-21-2007, 03:38 PM :agree: hi dear i have folder on server , i have no shell access how i can compress folder on it to easy download ???? layer0 06-22-2007, 01:29 AM Do you have a control panel on the server? You may be able to use a file manager option to create an archive of the folder. Chris` 06-22-2007, 08:50 AM http://www.phpclasses.org/browse/package/2495.html I googled and found that. Use at your own risk. darkestnight 06-22-2007, 06:44 PM If you cannot access the shell, try PHP's exec() function. http://uk3.php.net/manual/en/function.exec.php . Through this you may be able to run a command, such as tar to compress your folder. |