System: BI 4.1 SP6
I'm in the process of writing a scheduling program for a client. I have all of the destination types I need taken care of except SFTP. I can get the SFTP plugin with no problems, but I assumed that there would be an ISFTPOptions interface to set the destination options. I suppose I might try using the regular IFTPOptions, but then I still have to set the SFTP Fingerprint. I can do that by going directly to the IProperties of the destination plugin, but I was hoping there would be an easier way to do this.
Any thoughts?
-Dell