I am looking for a complete example for C++ where you connect to FTP-SSL. But is seems impossible to find a good example.

The best I have found is:
http://blogs.msdn.com/adarshk/archive/2005/04/22/410925.aspx

What I am looking for is a better example of how to Accept ALL certificates when connecting to FTP-SSL.

I would be more than happy to find a better example to accept all certificates.

Thank you...

I dont know if I am on the right track by doing this. It seems like that no one knows how to do this :(
However this line doesn´t compile:
System::Net:: ServicePointManager:: ServerCertificateValidationCallback = AcceptAllCertificatePolicy;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.