Re: Event Based Operations Problem (General questions)
Anyz,
forgot to ask - what protocol are you using? What language, VB?
typical scenario would be like this:
[code]
Dim c as new wodCertificate
c.LoadKey path_to_your_secret_key
c.Load path_to_your_certificate
Dim ftp as new wodFtpDLX
ftp.Authentication = authCertificate
set ftp.Certificate = c
ftp.Login = something
ftp.Connect...
[/code]
that's about it. Do you have a certificate? Is server aware of the public key belonging to the certificate?
Regards,
Kreso