Hello,
I was working on a new script. First it mkdir as directory (chmod 777) and puts uploading files into that directory (also chmoded these files 777). The problem that I am getting is that after I ftp to that directory I can't delete the files which I uploaded for some reason [The server error says 533: Permission Denied]. The only way I was able to delete them is using unlink. Any help would be appreciated.
I was working on a new script. First it mkdir as directory (chmod 777) and puts uploading files into that directory (also chmoded these files 777). The problem that I am getting is that after I ftp to that directory I can't delete the files which I uploaded for some reason [The server error says 533: Permission Denied]. The only way I was able to delete them is using unlink. Any help would be appreciated.