You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: