Re: C++ problem trying to use a certificate? Can - WeOnlyDo Discussion board

Re: C++ problem trying to use a certificate? Can (General questions)

by timster, Thursday, January 12, 2006, 19:59 (6889 days ago) @ wodSupport

Hi,

THANKS! We've almost got it working. [:smile:]

Your new code works much better (or maybe it was a problem with the certificates/keys?). Rather than using the VB sample, I am using the VC 4. FTPS with certificate stored in file server sample with the new client sample and it almost completely works!

I say almost because the following commands work fine:
pFtpCom->PutFile (lUploadFilename);
pFtpCom->GetFile (lLocalFilename, lRemoteFilename);

But calling pFtpCom->ListDir(); causes a lock-up (not an exception, just blocks on this call forever)? It's not a problem with the server because other FTP clients can get a dir listing just fine.

Any ideas?

Thanks again for the help,
Tim


Complete thread: