Skip to Content
Author's profile photo Kumaresh Dhanasekaran

Enhanced SFTP adapter Capabilities in SAP HCI


It is good to know that SAP has come up with some enhancements to SFTP adapter capabilities in the HCI version and thereby a wider group of customers can now leverage its usage.

There are quite a few changes to highlight & this is applicable from below versions.

Software Version

Tooling: 2.17.*

Node Assembly (Cluster 1.x): 1.36.*

Node Assembly (Cluster 2.x): 2.14.*

Eclipse Platform

Mars (4.5)

Enhancements:


  1. SFTP adapter now supports Basic authentication (User/Password), previously only authentication based on Public key was possible.

/wp-content/uploads/2016/05/1_960699.jpg

/wp-content/uploads/2016/05/2_960700.jpg

       Credential Name is the name of the user credential artifact deployed in the tenant.

   2. The schedulers for the SFTP sender adapter to poll the SFTP server is enhanced.

   Then:

/wp-content/uploads/2016/05/3_960758.jpg

  Now:

/wp-content/uploads/2016/05/4_960759.jpg

The latest enhancements provides a better view to schedule the poll interval for the SFTP sender.

    3.     We can now use file name patterns (using * and ? characters) to poll a file from SFTP server.

The expression * replaces no character or an arbitrary number of characters.

The expression ? replaces exactly one arbitrary character.



Hope this provides a sigh of relief for the HCI developers out there in the Cloud world seeking answers 🙂

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Vijendran Subbarao
      Vijendran Subbarao

      Nice Blog Kumaresh. Thanks for Sharing! 🙂

      Author's profile photo Former Member
      Former Member

      Thanks Kumar for the Update !!! Indeed this will help us a lot .

      I tried testing this feature of SFTP adapter but the iflow is in error after deployment with following exception :

      Keystore with name: 'known.hosts', for tenant: 'XXXXXX' is not found .


      I guess still it is trying to validate the SFTP server using the known host file which should not be the case in SFTP user/password authentication .


      Please let me know if any one tried this new feature.


      Thanks In Advance  !

      Author's profile photo Kumaresh Dhanasekaran
      Kumaresh Dhanasekaran
      Blog Post Author

      Hi Ankit,

      Glad you liked!. Unfortunately yes it still validates the presence of known host key for the SFTP server. Hopefully SAP will release the hotfix soon.