Sure the ftp user got permissions to write and move. Btw. I just tried camel version 2.10.2 and it works..but it would be better to get it working on 2.10.3 because all routes were tested on this version.
-- Christian ________________________________ Von: Filippo Balicchia <fbalicc...@gmail.com> An: users@camel.apache.org; Christian Schäfer <syrious3...@yahoo.de> Gesendet: 11:02 Donnerstag, 7.Februar 2013 Betreff: Re: Files cannot be moved on FTP Hi Christian, I try move directive with camel-ftp 2.10.3 and It works for me. Stupid question Do you have write permissions on sever ? Regards --Filippo 2013/2/7 Christian Schäfer <syrious3...@yahoo.de>: > 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