Does the control support secure (SSL) connections?
Yes. Set the Secure property to a value of True and secure connections will be established with the FTP or HTTP server. Note that this requires that the server support the standard SSL/TLS extensions. Secure FTP servers that have been implemented in conformance with the draft document “Securing FTP with TLS” require explicit SSL authorization following connection. For such servers, an additional mask is required in the dwOptions argument of the Connect method. Please see the documentation for the Connect method in the technical reference for details.