spring-integration-extensions icon indicating copy to clipboard operation
spring-integration-extensions copied to clipboard

Can't create nested directories on SMB share

Open cvetan opened this issue 2 years ago • 1 comments

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)

cvetan avatar Mar 25 '22 00:03 cvetan

I wonder if your issue is similar to this one: https://github.com/spring-projects/spring-integration-extensions/issues/250...

artembilan avatar Mar 25 '22 13:03 artembilan