|
-
September 10th, 2010, 09:54 PM
#1
Very Odd UnZipping Issue
Hey All,
I'm having an issue in php. I have a zip file that is uploaded to the server. I need to unzip the file and then play with it's contents.
If I manually ssh onto the server via www-data (the same user account as apache runs in), I can type
# unzip -u base.zip -d /full/dest/path
And all of the zip files contents are decompressed. BUT if I have my php code run
exec('unzip -u base.zip -d /full/dest/path');
some of the files from the zip file are unzipped but others are outright missing from the destination directory. The code continues to process after the exec() statement and there are no errors in the apache log files.
ANY HELP would greatly be appreciated.
thanks!
A mind full of questions has no room for answers 
Similar Threads
-
By phishphreek in forum General Computer Discussions
Replies: 1
Last Post: May 30th, 2006, 05:04 PM
-
By hatebreed2000 in forum Microsoft Security Discussions
Replies: 5
Last Post: October 4th, 2004, 10:13 PM
-
By AngelicKnight in forum Newbie Security Questions
Replies: 30
Last Post: January 20th, 2004, 10:43 PM
-
By Noble Hamlet in forum AntiOnline's General Chit Chat
Replies: 1100
Last Post: March 17th, 2002, 09:38 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|