[
https://issues.apache.org/activemq/browse/CAMEL-764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44691#action_44691
]
Bela Vizy commented on CAMEL-764:
---------------------------------
I run a couple of tests in my environment:
- moving files to sub folders that doesn't exists: PASS
- moving files where an existing file already exists (camel should try to
delete the existing file first): PASS
- moving files to same folder: PASS
Notes:
- recursive=false was set at all times. I think the false should be the default
not true. Wiki really should warn about the implications of the recursive poll.
- Same folder move was tested with prefix/suffix + exclusions.
- Wiki also should point out that exclusion prefix "done/" is not substitute
for recursive=false. Or is it?? Then we have a bug ..
> FTP Component - Add move operation with options as the File Component
> ---------------------------------------------------------------------
>
> Key: CAMEL-764
> URL: https://issues.apache.org/activemq/browse/CAMEL-764
> Project: Apache Camel
> Issue Type: Sub-task
> Components: camel-ftp
> Affects Versions: 1.3.0, 1.4.0
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 1.5.0
>
>
> camel-ftp should have the same move related options as the file component:
> - moveNamePrefix
> - moveNamePostfix
> It is a common use-case to after downloading from a FTP Server to either:
> - delete the file
> - move it
> So we should support the 2nd use-case as well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.