okay... so here I go...
I'm running a php script on my apache2 which is actually generating files on the server.
So I want to delete these files again via my ftp client but it says "permission denied" thouth the ftp user has full rights to the folder (let's call it "test) the files are being generated in.
When I look at the file that has to be deleted it says that it's owned by user "nobody" and group "4294967295", while my ftp user is called "wwwftp" and its group is "ftpusers", so I can't delete with wwwftp what "nobody" created.
How can I setup my ftp user "wwwftp" that it has complete rights under the folder "test"? No matter which user creates files?
Btw, I've added the user "wwwftp" to the group "nogroup" under which the web server is running... still no success deleting the files ...