Re: FTP+SSL Error (General questions)
I was able to connect using the simple sample program, which led me to the issue. The issue was I was setting the port before the hostname, but still before the connect. I moved the port setting to after and now connect without error.
It is not clear from the documentation that the port needs to be set before the hostname.
Thanks,
Marc