Re: Unable to stream a file from a UNIX server

2016-10-28 Thread charu_khanwalkar
Thank you so much for replying Quinn. I think I have moved one step ahead but there are still issues . So i changed the code to def uri = "stream://url?url=ftp://username:password@ddeprd20/opt/ctmagent/ctm/sysout/"; + java.net.URLDecoder.decode(request.headers["logFileName"], "US-ASCII")+ "&scanS

Re: Unable to stream a file from a UNIX server

2016-10-26 Thread Quinn Stevenson
You’re using the stream:file endpoint with an ftp URL. Maybe try changing "stream://file?fileName=…” to “stream://url?url=…”? > On Oct 26, 2016, at 9:19 AM, charu_khanwalkar > wrote: > > Hi Team, > I am a developer ,new to Camel ,and currently working on a file monitoring > product which tra