Files
spring-integration/spring-integration-smb/src
Artem Bilan d22737ccb0 GH-9211: Fix SmbSession.get()
Fixes: #9211

The `AbstractRemoteFileOutboundGateway.get()` uses `Session.list()` for the provided remote file name.
The `SmbSession` does not support listing for a single file.

* Add logic into `SmbSession.list()` similar to `SftpSession.list()` to list a single remote file
on the provided path

(cherry picked from commit 91de12c786)
2024-06-05 15:04:02 +00:00
..
2024-06-05 15:04:02 +00:00
2024-06-05 15:04:02 +00:00