Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-2952

camel-ftp - Support polling from MVS file system

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3.0, 2.4.0
    • 2.5.0
    • camel-ftp
    • None

    Description

      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"

      Attachments

        1. camel-ftp-2.5-SNAPSHOT.jar
          65 kB
          Claus Ibsen

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: