You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "dmitrijs.balcers" <dm...@d8corp.com> on 2013/10/25 09:47:54 UTC

Get all data from local sftp server -> encrypt -> transfer encrypted files to the remote sftp server

Hello!
I have to accomplish such task:
1. Receive every file from appropriate directory in local sftp server;
2. Encrypt each file using custom encryption tool;
3. Send the encrypted file to the local sftp server into appropriate
directory;
4. Send the encrypted file to the remote (customer) sftp server into
appropriate directory;

Could you please advise me the best strategy to accomplish this task?

I presume that I have to use the process method, but can I modify the file
without downloading it?




--
View this message in context: http://camel.465427.n5.nabble.com/Get-all-data-from-local-sftp-server-encrypt-transfer-encrypted-files-to-the-remote-sftp-server-tp5742173.html
Sent from the Camel - Users mailing list archive at Nabble.com.