ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
137 stars 58 forks source link

Should be a way to define the authentication mechanism in SFTP client #6764

Closed niveathika closed 2 months ago

niveathika commented 2 months ago

Description: $subject

https://github.com/ballerina-platform/module-ballerina-ftp/blob/master/native/src/main/java/io/ballerina/stdlib/ftp/transport/server/util/FileTransportUtils.java#L85

This should be configurable. The issue here is we cannot support interactive authentication in ballerina client. The users have no way to disable it in case of Kerberos authentication.

dilanSachi commented 2 months ago

Closing since completed