I am writting a client using Qt and the QFtp class to retrieve files from an FTP service. The FTP service requires the use of a TLS connection. Where can I set the QFtp object to use TLS? I've already attempted to use the direct raw command retrieved from an FTP client.
A:
For SSL / TLS connections u should using QSslSocket instead of QTcpSocket.
mcuw
2010-10-06 17:59:24
I'm not using QTcpSocket, I'm using QFtp. Is there a way to tell QFtp to use QSslSocket, or do I have to initiate all the FTP commands using QSslSocket?
JadziaMD
2010-10-07 13:18:14