PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have been working on a file manager for a client where he can upload files, create folders, etc. Works great. BUT, I have the main folder CHMOD at 777 and when the scripts creates a folder, it CHMOD at 777.
My problem is now I can not FTP anything in to those folders. "Permission Denied" (sounds like my ex-wife).
So, how can I CHMOD so where I can upload from a form on the web AND FTP??
if the folder attribs are 777 you should be able to upload and ftp in, are the folders outside of your ftp home folders path? if so this would prevent you from ftping into them.