Delete Directory Problem (Permissions)
Posted: Mon Aug 23, 2004 2:40 pm
Question:
This is driving me nuts.
I have a java applet script that uploads files and keeps the directory structure intact.
It puts the directory permissions to 755. No write permission for the group or public.
I read my files but then wish to delete them. I cannot delete them because of permission problems with the directory (which I also want to delete).
It won't let me chmod the directory (using a php script) so I can delete.
I can chmod using ftp but this doesn't help me.
What is the solution?
This is an admin fuction that I am doing. It keeps talking about permissions. Can I somehow put in some username and/or password somewhere in the script so it knows that I have permission?
Thanks in advance
This is driving me nuts.
I have a java applet script that uploads files and keeps the directory structure intact.
It puts the directory permissions to 755. No write permission for the group or public.
I read my files but then wish to delete them. I cannot delete them because of permission problems with the directory (which I also want to delete).
It won't let me chmod the directory (using a php script) so I can delete.
I can chmod using ftp but this doesn't help me.
What is the solution?
This is an admin fuction that I am doing. It keeps talking about permissions. Can I somehow put in some username and/or password somewhere in the script so it knows that I have permission?
Thanks in advance