Hi, Is there an ftp component that consumes a file on edemand? and not a polling.
for example i have the file name already and want to fetch this file coming
from an ftp server,
how would i route it?
from("direct:getfile").to("ftp://someurl?file-name=sd?")
would this fetch a file or would this create a file on that server?
thanks
carlo
