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
Complete thread:
- Event Based Operations Problem - Anyz, 2004-08-31, 08:45
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 10:44
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 12:16
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 13:44
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 14:16
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 14:28
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 14:51
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 15:09
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 15:28
- Certificate/Keys Understandings/Findings - Anyz, 2004-09-01, 10:33
- Re: Event Based Operations Problem - wodSupport, 2004-09-01, 11:48
- Updating to Licence Version - Anyz, 2004-09-02, 08:23
- Re: Event Based Operations Problem - wodSupport, 2004-09-02, 09:02
- Updating to Licence Version - Anyz, 2004-09-02, 08:23
- Re: Event Based Operations Problem - wodSupport, 2004-09-01, 11:48
- Certificate/Keys Understandings/Findings - Anyz, 2004-09-01, 10:33
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 15:28
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 15:09
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 14:51
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 14:28
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 14:16
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 13:44
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 12:16
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 10:44