When I try to create nested directories on SMB share I get SmbException with following message: The network name cannot be found. Creating directory in root directory of share works. Also creating directories on any level works with direct file system access with same credentials.
I have defined Smb session bean and I am calling directory making like this: smbSession.mkdir(path)
When I try to create nested directories on SMB share I get SmbException with following message:
The network name cannot be found
. Creating directory in root directory of share works. Also creating directories on any level works with direct file system access with same credentials.I have defined Smb session bean and I am calling directory making like this:
smbSession.mkdir(path)