Re: Event Based Operations Problem - WeOnlyDo Discussion board

Re: Event Based Operations Problem (General questions)

by wodSupport, Tuesday, August 31, 2004, 14:28 (7185 days ago) @ Anyz

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


Complete thread: