wodSFTP ActiveX with PrivateKey authentication in (wodSFTP / wodSFTP.NET / wodSFTPdll)
The Delphi demo of the wodSFTP ActiveX used Password authentication.
And the online help gives the solution of PrivateKey authentication in VB and VC.
I tried to follow the VC code and did not know how to change
a SAFEARRAY type to a OleVariant type.And I also failed to use
KEY object in WODSSHKeyLib_TLB.(I am a newbie...)
Can you tell me how can I use the PrivateKey authentication in Delphi?
(load the PrivateKey file (id_dsa eg) and connect to the SSH server)
Tnank You very much.