Skip to content

Spring Integration Smb upload fails to create missing remote directory when running on Windows #9453

Closed
@pfosser

Description

@pfosser

Hi, the method linked above checks the remote path (which is a smb path) for FILE_SEPARATOR which is initialized as

private static final String FILE_SEPARATOR = FileSystems.getDefault().getSeparator();

Clearly on Windows that is "\" which is never found in a smb path. So the need to create possibly missing remote dirs is never detected.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions