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
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