AW: Camel FTP polling is very slow

2017-08-16 Thread Burkard Stephan
h pancholi [mailto:chandreshpancholi...@gmail.com] Gesendet: Mittwoch, 16. August 2017 11:17 An: users@camel.apache.org Betreff: Camel FTP polling is very slow Hi, I am polling files from FTP with below attributes. ftpBuilder.append("://") .append(username + "@"+ u

Re: Camel FTP polling is very slow

2017-08-16 Thread chandresh pancholi
ething > > wrong. > > -- > > Chandresh Pancholi > > Senior Software Engineer > > Flipkart.com > > Email-id:[hidden email] > > <http:///user/SendEmail.jtp?type=node&node=5810828&i=0> > > Contact:08951803660 > > > &

Re: Camel FTP polling is very slow

2017-08-16 Thread souciance
I am doing something > wrong. > -- > Chandresh Pancholi > Senior Software Engineer > Flipkart.com > Email-id:[hidden email] > <http:///user/SendEmail.jtp?type=node&node=5810828&i=0> > Contact:08951803660 > > > -- > If you reply

Camel FTP polling is very slow

2017-08-16 Thread chandresh pancholi
Hi, I am polling files from FTP with below attributes. ftpBuilder.append("://") .append(username + "@"+ url) .append(remotePath) .append("?password=") .append(password) .append("&delay=") .append(appConfig.getFtpDelay()) .append("&passiveMod