When a specific folder to each user is set, it is created at the first time of IMCE usage by that user (ex. files/u222). But its impossible to write (upload) any data in it. I'm not sure if its because of different owner of the folder, or because of the chmod permissions - which are set to 775. Its impossible even to change chmod via FTP, the only way is to delete the folder and create it again.
Comments
Comment #1
ufku commentedWhen a folder is created by Drupal the owner is Apache. When you login to FTP you're a different user and may not be able to write to that folder. However, you should probably be able to change folder permissions as a master user(for example, using cpanel's file browser).
There is nothing Drupal can do about it except creating folders as 777. see includes/files.inc
Comment #2
ufku commented