I have encrypted FTP password. I want to do decryption of password and want to set to FTP password in FTP URI . I tried in below way
<camel:to
uri="{{ftp.client}}&password=#Util.getDecryptedText({{ftp.password}})}&fileName=item.txt"/>
--
View this message in context:
http://camel.465427.n5.nabble.com/FTP-Password-Decryption-tp5759435.html
Sent from the Camel - Users mailing list archive at Nabble.com.
