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

sftp: noop=true&idempotent=false doesn't work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.8.1
    • 2.9.6, 2.10.4, 2.11.0
    • camel-ftp
    • None
    • Unknown

    Description

      Forcing idempotent=false doesn't seem to work with ftp-endpoint

      <from uri="sftp://user@server.aalto.fi//payments?password=*****&amp;connectTimeout=20000&amp;stepwise=false&amp;idempotent=false&amp;noop=true&amp;delay=60000"/>
      

      Will copy files with a same name only once.

      However it works with file-endpoint

      <from uri="file:/payments?idempotent=false&amp;noop=true&amp;delay=60000"/>
      

      the files are copied every time, like they should be.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            jaakko.salmela@aalto.fi Jaakko Salmela
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: