Details
Description
Forcing idempotent=false doesn't seem to work with ftp-endpoint
<from uri="sftp://user@server.aalto.fi//payments?password=*****&connectTimeout=20000&stepwise=false&idempotent=false&noop=true&delay=60000"/>
Will copy files with a same name only once.
However it works with file-endpoint
<from uri="file:/payments?idempotent=false&noop=true&delay=60000"/>
the files are copied every time, like they should be.