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

Unable to stream a file from a UNIX server

2016-10-26 Thread charu_khanwalkar
Hi Team, I am a developer ,new to Camel ,and currently working on a file monitoring product which tracks a file moving from one component to the other. We are supposed to stream a LOG file on a UNIX server and the product is running on a windows servers. The way we integrate different components is