Hi

Yes the camel-ftp components supports ftp, sftp and ftps.

sftp we use the JCraft JSCH library
http://www.jcraft.com/jsch/

On Wed, Jul 24, 2013 at 12:52 PM, deepak_a <angesh...@gmail.com> wrote:
> All,
>
> I am currently using Apace Camel for connecting to various end points -
> webservice, JMS, file etc.
> Now I have a requirement to PUT/GET files from an external system using
> SFTP.
>
> Is there support in Camel to run GET & PUT commands?
>
> e.g.
> put {local_file_name}  //<Directory>
> get //<directory> c:/myFile
>
> In addition I may need to use the following commands
>
> * CD
> * LS
>
> If it does support - would appreciate if someone can point to an example on
> how this in configured?
> I checked http://camel.apache.org/ftp.html but was not able to see if its
> possible to execute these commands.
>
> regards
> D
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/SFTP-Support-to-run-GET-PUT-commands-tp5736198.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to