As i have often seen that when i have to make a directory writable or file writable using HTTP protocol , i have to change the file permission. That makes security concerns.
Is it possible through HTTP to create directory create files, delete directory & files without changing the file or directory permission.
has PHP got function for this .
if it is not possible then is what is the FTP command ( for PHP) creating directory , files etc)
Please if anyone can help.
Thanks