Re: C++ problem trying to use a certificate? Can (General questions)
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:
- C++ problem trying to use a certificate? Can't c - timster, 2006-01-11, 00:19
- Re: C++ problem trying to use a certificate? - timster, 2006-01-11, 00:58
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-11, 02:12
- Re: C++ problem trying to use a certificate? - timster, 2006-01-11, 18:42
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-11, 18:44
- Re: C++ problem trying to use a certificate? Can - timster, 2006-01-11, 19:14
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-11, 19:48
- Re: C++ problem trying to use a certificate? Can - timster, 2006-01-11, 20:58
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-11, 21:19
- Re: C++ problem trying to use a certificate? - timster, 2006-01-11, 22:37
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-11, 22:39
- Re: C++ problem trying to use a certificate? Can - timster, 2006-01-11, 23:47
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-11, 23:53
- Re: C++ problem trying to use a certificate? - timster, 2006-01-12, 00:33
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-12, 01:46
- Re: C++ problem trying to use a certificate? Can - timster, 2006-01-12, 19:59
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-12, 20:17
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-13, 00:37
- Re: C++ problem trying to use a certificate? Can - timster, 2006-01-13, 01:19
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-13, 01:22
- Re: C++ problem trying to use a certificate? Can - timster, 2006-01-13, 18:00
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-13, 20:12
- Re: C++ problem trying to use a certificate? Can - timster, 2006-01-13, 18:00
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-13, 01:22
- Re: C++ problem trying to use a certificate? Can - timster, 2006-01-13, 01:19
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-13, 00:37
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-12, 20:17
- Re: C++ problem trying to use a certificate? Can - timster, 2006-01-12, 19:59
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-12, 01:46
- Re: C++ problem trying to use a certificate? - timster, 2006-01-12, 00:33
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-11, 23:53
- Re: C++ problem trying to use a certificate? Can - timster, 2006-01-11, 23:47
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-11, 22:39
- Re: C++ problem trying to use a certificate? - timster, 2006-01-11, 22:37
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-11, 21:19
- Re: C++ problem trying to use a certificate? Can - timster, 2006-01-11, 20:58
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-11, 19:48
- Re: C++ problem trying to use a certificate? Can - timster, 2006-01-11, 19:14
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-11, 18:44
- Re: C++ problem trying to use a certificate? - timster, 2006-01-11, 18:42
- Re: C++ problem trying to use a certificate? Can - wodSupport, 2006-01-11, 02:12
- Re: C++ problem trying to use a certificate? - timster, 2006-01-11, 00:58