Setting "separator" did not help. I am still getting org.apache.camel.component.file.GenericFileOperationFailedException: Cannot change directory to: \
Here is my code snippet
from("file:data/outbox?fileName=Outfile")
.to("sftp://
web347.webfaction.com:22/sftptest/?fileName=Outfile&separator=UNIX&username=iyusufd&password=dipu0822&stepwise=true
");
