Hi All,
I am using NiFi 1.12.1 PutSmbFile processor to copy the file to windows share(SMB). I have given "Create Missing Directories" property value as "true". It creates missing directory if there is only one directory missing. But it is throwing following error com.hierynomus.mssmb2.SMBApiException: STATUS_OBJECT_PATH_NOT_FOUND (0xc000003a)
when there is more than one directory is missing in the destination path. Please share your ideas.