I'm trying to connect to a Linux SFTP server that has a literal sub-folder name of \a\b\c. Where \ are literal backslash characters. Note, this subfolder is a child of the user's login folder and does not represent a root folder.
Is there any way to configure Camel to treat the backslashes as literal characters and not folder separators? -Dave