Hi all Is it possible to have some kind of route handling where you were to trigger one FTP download route after another in sync??
....... <route> <from timer> <to direct:ftp1> <to direct:ftp2> <to direct:ftp3> <to direct:ftp4> </route> <route> <from direct:ftp1> <to ftp:......> <to file: ......> </route> <route> <from direct:ftp2> <to ftp:......> <to file: ......> </route> <route> <from direct:ftp3> <to ftp:......> <to file: ......> </route> <route> <from direct:ftp4> <to ftp:......> <to file: ......> </route> ............ Hopefully someone has a trick up their sleeve :) Regards, Svend