spring-projects / spring-integration-extensions

The Spring Integration Extensions project provides extension components for Spring Integration
http://www.springintegration.org/
280 stars 266 forks source link

Can't create nested directories on SMB share #253

Open cvetan opened 2 years ago

cvetan commented 2 years ago

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)

artembilan commented 2 years ago

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