camel-ftp - Support polling from MVS file system ------------------------------------------------
Key: CAMEL-2952 URL: https://issues.apache.org/activemq/browse/CAMEL-2952 Project: Apache Camel Issue Type: Bug Components: camel-ftp Affects Versions: 2.3.0, 2.4.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 2.5.0 The MVS file system requires to change directory to starting path and use CD to traverse file path instead of using listFile(path) as currently done in camel-ftp. This means we should walk the path using code like: 0. remember path 1. cd path 2. list files() 3. loop files 4. if dir then goto 1 5. if file add file 6. when done cd back to "remember path" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.