-1

I need to send passphrase through flow variable to passphrase attribute in the SFTP Outbound endpoint. But when value is sent through flow variable it is not working. If i send the value through property file it is working fine. My requirement is to dynamically pass the value through flow variable.

  • What's not working? If you throw loggers everywhere, where is it getting missed? Code would be nice. – utechtzs Oct 09 '19 at 17:34

1 Answers1

0

Mule 3 SFTP connector doesn't allow a dynamic passphrase nor identity file. Mule 4 does allow it.

An alternative for Mule 3 could be to modify the transport to implement it.

aled
  • 21,330
  • 3
  • 27
  • 34