Re: Component for SSH CLI

2011-11-25 Thread diwakar
Hi, >> As it can scan directories for files, and download the file We will try this. But this was just one example of SSH usage. With Best Regards, Diwakar -- View this message in context: http://camel.465427.n5.nabble.com/Component-for-SSH-CLI-tp5019772p502233

Re: Component for SSH CLI

2011-11-25 Thread Claus Ibsen
Hi There is a SFTP component with Camel? Can you just use that? As it can scan directories for files, and download the files. http://camel.apache.org/ftp2 On Fri, Nov 25, 2011 at 9:38 AM, diwakar wrote: > Hi, > >                  We need to execute "ls" on one of the servers and then > retrieve

Re: Component for SSH CLI

2011-11-25 Thread diwakar
Hi, We need to execute "ls" on one of the servers and then retrieve few files with SFTP. Exec is an option, but the process is about 1Gb in size and doing too many forks (with Runtim.exec())is not a good idea. With Best Regards, Diwakar -- View this message in context: http:

Re: Component for SSH CLI

2011-11-25 Thread diwakar
Hi, Thanks for the reply. With Best Regards, Diwakar -- View this message in context: http://camel.465427.n5.nabble.com/Component-for-SSH-CLI-tp5019772p5022074.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Component for SSH CLI

2011-11-25 Thread Guillaume Nodet
Yes, Mina SSHD could be used if needed, but could you elaborate a bit more, I'm not really sure to understand what you have in mind. You want a camel component that would connect through SSH and execute commands remotely ? Maybe that could be a camel-exec enhancement somehow. On Fri, Nov 25, 2011

Re: Component for SSH CLI

2011-11-25 Thread Claus Ibsen
Apache Mina project has a SSH sub project. Its used by Apache Karaf I think. On Thu, Nov 24, 2011 at 11:15 AM, diwakar wrote: > Hi, > >                 Is there a Camel component for SSH command line interface. > Please let me know your comment. > > With Best Regards, > Diwakar > > > -- > View t

Re: Component for SSH CLI

2011-11-24 Thread Willem Jiang
I don't think we have this kind of component out of box in Camel . On Thu Nov 24 18:15:00 2011, diwakar wrote: Hi, Is there a Camel component for SSH command line interface. Please let me know your comment. With Best Regards, Diwakar -- View this message in context: http:/