Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Client Folder | Summary of Elements in this Folder | pub.client.sftp.admin:getDefaultAlgorithms
 
pub.client.sftp.admin:getDefaultAlgorithms
Gets the default list of algorithms supported by the Integration Server SFTP client. It returns the default values for the following parameters: keyExchangeAlgorithms, ciphersC2S, ciphersS2C, macC2S, and macS2C. The values are returned as a comma-separated list.
Input Parameters
sftpClientVersion
String. Indicates the Integration Server SFTP client version, which can be version1(existing) or version2(newer). Set to version2, if you want Integration Server to use the newer SFTP client that has new configuration properties, additional Key Exchange Algorithms, Machine Access Code (MAC) algorithms, and ciphers.
Output Parameters
keyExchangeAlgorithms
String. A comma-separated list of supported Key Exchange Algorithms.
ciphersC2S
String. A comma-separated list of supported client-to-server ciphers.
ciphersS2C
String. A comma-separated list of supported server-to-client ciphers.
macC2S
String. A comma-separated list of supported client-to-server Message Authentication Code (MAC) algorithms.
macS2C
String. A comma-separated list of supported server-to-client Message Authentication Code (MAC) algorithms.