Can't create folder if user is not the owner of the parent folder

On my sftp drive, I belong to a group with rwx permissions , but raidrive only let me create a folder if I am the owner of the parent folder

In the following example:

drwxrwxr-x 4 akportel akportel 4 Jan 17 13:50 folder1
drwxrwxr-x 4 root meaney 4 Jan 17 13:40 folder2
drwxr-x— 2 root meaney 2 Jan 17 13:05 folder3

I can create folders only in folder1, but not in folder2. Mobaxterm and other programs work fine.

2023-01-17 13:50:14.610 [ERROR] RD : SFTP/None(SFTP (1)) : Parent Folder is Read Only : /data1/meaneylab/akportel/test/folder2
2023-01-17 13:50:14.611 [ERROR] FS : SFTP(SFTP (1)) : CreateFolder Error : \data1\meaneylab\akportel\test\folder2\New folder : {“WinErrorCode”:5,“NotifyErrorCode”:205,“RaiException”:“Parent Folder is Read Only”,“Filename”:“/data1/meaneylab/akportel/test/folder2/New folder”} : \Device\HarddiskVolume4\Windows\explorer.exe(13332)

Hi~ @Andre_Portella ,

Install Night Build and tell us the results.

Hi, it is working now.
Thanks
Andre