Re: Event Based Operations Problem (General questions)
Thanx, setting the blocking true solves the problem.
Can you help me in using certificartes. I set Authentication propery to true. Currently certificates are not installed in OS and i load them in code.
Set objSFTP.Certificate = New Certificate
objSFTP.Certificate.LoadKey strCertFile, strCertFilePwd
the sample file Server.pfx is loaded successfully by component. Is this the only step need at client end?
How and which file i need to import in Server to become certificate aware?