Hello I'm trying to zip a file with php and exec anc I'm having no luck This command works in the command line but on php
exec(escapeshellcmd("ditto -ck --sequesterRsrc --keepParent file file.zip"));
When I do the command to unzip it works just fine it is just the command to zip
It makes the zip file but there is no data in it. it is just 0KB
[edited by: MrGecko at 11:20 pm (utc) on Feb. 12, 2008]