Closed
Description
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.