Of course edited my last post successfully
[hr]
Edit what directory you cannot delete from FTP?
Show me current files permissions please.
Inside a domain htdocs folder:
Following two folders (tmp created by installing over php, test by creating a new folder with ftp client FileZilla)
drwxr-xr-x 2 vu2003 vu2003 4,0K Dez 25 17:30 test/
drwxr-xr-x 2 vu2003 www-data 4,0K Nov 26 19:22 tmp/
Files created by FTP Client:
-rw-r--r-- 1 vu2003 vu2003 319K Dez 25 17:30 0531204596.gif
Files created by php installer:
-rw-r--r-- 1 vu2003 www-data 1,6K Nov 26 19:06 index.php
Message by deleting any file:
Befehl: DELE 0531204596.gif
Antwort: 550 0531204596.gif: Die Operation ist nicht erlaubt
(Translated: The operation is not allowed)
Message by deleting any empty folder:
Befehl: RMD test
Antwort: 550 test: Keine Berechtigung
(Translated: No permission)
So it doesnt matter which file/folder i want to delete.
There is a workaround: exclude some i-mscp configs from the proftpd config file (if i remember correct) but i want to wait for a fix because i can delete over ssh.