If I create a folder in php with mkdir() it has the www-data : www-data user and 755 permissions.
The problem is I can\'t delete this folder with the ftp-user (zapbe
Remove the double quote and try and also check for the owner of file
chmod($path, 0777)