Hi. I'm trying to put together a scheduled download from an FTP site. I thought I could do this by using a route composed of a quartz endpoint to an FTP endpoint to a file endpoint. However it looks like the FTP endpoint is trying to write something rather than read it, which kind of makes sense (i.e. I think it's trying to consume the quartz message and write it to the FTP URL).
Can anybody tell me what I need to do? Regards, Lance