We have a requirement to call a SFTP url directly from the API management policy. The requirement is to create a POST method in API management and configure the SFTP site url as the backend service url in the POST method as shown below
<set-backend-service base-url = "sftp://user1:123456@xx.xx.xx.xx/path" />
Does API management support SFTP protocol for backend service?