SFTP delivery destination and SFTP_AUTH_TYPE
Is there any way to access the SFTP_AUTH_TYPE property for an SFTP delivery destination in the administrative interface or directly via the xdodelivery.cfg configuration file? I want to setup an SFTP delivery destination and the set the "SFTP_AUTH_TYPE" to "SFTP_AUTH_TYPE_PUBLIC_KEY".
UPDATE: According to the API documentation, the following elements are supported in the config file. Are there any undocumented elements or are any additional elements available in 11.1.1.6? My installed version is 11.1.1.5.
UPDATE 2: I was using the 10g API reference. The 11g API reference has an <authType> element. Now I just need to figure out what values it accepts.
UPDATE: According to the API documentation, the following elements are supported in the config file. Are there any undocumented elements or are any additional elements available in 11.1.1.6? My installed version is 11.1.1.5.
<server type="sftp" >
<host>
<port>
<uri>
<username>
<password>
<filter>
UPDATE 2: I was using the 10g API reference. The 11g API reference has an <authType> element. Now I just need to figure out what values it accepts.
0