Gabs hier schon Erfolg?
Habe derzeit das gleiche Problem, kann nicht mal via Admin-Panel einen neuen FTP-User anlegen der auf ein Verzeichnis weißt, denn bei der "Auswahl" des Verzeichnisses kriege ich schon die Meldung das dies nicht geöffnet werden kann.
Per WebFTP kann ich mich einloggen, laut debug-log auch korrekt chroot'ed, aber jedoch wird der Verzeichnis leer dargestellt...
Verzeichnisse erstellen klappt auch, werden wie gesagt "auch" nicht angezeigt:
Code:
drwxr-xr-x 2 vu10012 vu10012 4096 Oct 7 10:10 test
Beim Anlegen erhalte ich folgende Log:
Code:
USER admin@DOMAIN.TLD: Login successful.
dispatching PRE_CMD command 'CWD /test' to mod_tls
dispatching PRE_CMD command 'CWD /test' to mod_core
dispatching PRE_CMD command 'CWD /test' to mod_core
dispatching CMD command 'CWD /test' to mod_core
in dir_check_full(): path = '/test', fullpath = '/var/www/virtual/DOMAIN.TLD/test'.
dispatching POST_CMD_ERR command 'CWD /test' to mod_sql
dispatching LOG_CMD_ERR command 'CWD /test' to mod_sql
dispatching LOG_CMD_ERR command 'CWD /test' to mod_log
dispatching PRE_CMD command 'CWD test' to mod_tls
dispatching PRE_CMD command 'CWD test' to mod_core
dispatching PRE_CMD command 'CWD test' to mod_core
dispatching CMD command 'CWD test' to mod_core
in dir_check_full(): path = '/test', fullpath = '/var/www/virtual/DOMAIN.TLD/test'.
dispatching POST_CMD_ERR command 'CWD test' to mod_sql
dispatching LOG_CMD_ERR command 'CWD test' to mod_sql
dispatching LOG_CMD_ERR command 'CWD test' to mod_log
dispatching PRE_CMD command 'CWD /' to mod_tls
dispatching PRE_CMD command 'CWD /' to mod_core
dispatching PRE_CMD command 'CWD /' to mod_core
dispatching CMD command 'CWD /' to mod_core
in dir_check_full(): path = '/', fullpath = '/var/www/virtual/DOMAIN.TLD/'.
dispatching POST_CMD_ERR command 'CWD /' to mod_sql
dispatching LOG_CMD_ERR command 'CWD /' to mod_sql
dispatching LOG_CMD_ERR command 'CWD /' to mod_log