Re: FTPS Certificate authentication without passwo (General questions)
Tamil,
You need to import first wodCertificate.dll in your project.
Here is code you need to use in VB.NET to load certificate using wodCertificate:
[code] Dim cert As New WODCERTMNGLib.Certificate
cert.Load( c:\cert.txt , password )[/code]
I send you wodCertificate.dll to your ticket question.
Drazen