File property "move" is default of ".camel" but this is not propagated into the FTP component. ----------------------------------------------------------------------------------------------
Key: CAMEL-2166 URL: https://issues.apache.org/activemq/browse/CAMEL-2166 Project: Apache Camel Issue Type: Bug Components: camel-ftp, documentation, website Affects Versions: 2.0.0 Reporter: Karl Palsson In the camel-ftp documentation, it lists the FTP only options, like passiveMode and so on, then refers to the File documentation: http://camel.apache.org/file2.html which says that the "move" property equals ".camel" by default, which I can verify. However, when switching out "file:///usr/local/fakeEndpoint" with "ftp://blah" the move property seems to be null. Adding the "move=.camel" property into the ftp uri works, but it was not expected to be necessary. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.