Hello

I have a simple route like:

ftp:// (poll) -> file:// -> exec:

I.e, files are picked up from ftp, moved to a directory on a server and then
some piece of software is run to process those files.

My problem is that during the execution of the executable, if new files
appear on ftp (within poll time), they will start to move to the directory.

I wish that a new ftp transfer is not started until the executable has
completely finished.

How can i accomplish this?

(if this concept is described in camel in action, feel free to refer to it.
I have it but didnt plough through it all yet)

thanks in advance!

/Linus

Reply via email to