spring-integration-extensions
spring-integration-extensions copied to clipboard
Can't create nested directories on SMB share
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)
I wonder if your issue is similar to this one: https://github.com/spring-projects/spring-integration-extensions/issues/250...