Hello, I'm reading files from a ftp server with ftp camel component (camel version 2.10.3) by pattern using antInclude=file*.txt Reading works but after processing the files cannot be moved to the folder specified by "move" or "moveFailed". Instead it logs:
Cannot change directory to: \\. Code: 550]: org.apache.camel.component.file.GenericFileOperationFailedException: File operation failed: 550 Failed to change directory. As I expected that it's related to the problem described in: http://mail-archives.apache.org/mod_mbox/camel-users/201301.mbox/%3CCAF8t5Xt222i+WfuaswfdAdyN=8p-k62txd7ucywsy_yjcvm...@mail.gmail.com%3E https://issues.apache.org/jira/browse/CAMEL-5989 I tried camel version 2.10.4-SNAPSHOT but the problem persists. The ftp user I'm using has the requried permission to move files because moving files works with ftp clients (filezilla, total commander) Any suggestion to resolve this, please? regards, Christian