the problem is solved. i use my own tcp socket and handle authentication issues myself. But i really wondering why QNetworkAccessManager or QHttp does not allowed access to their internal tcpSocket...Thanks wysota.
the problem is solved. i use my own tcp socket and handle authentication issues myself. But i really wondering why QNetworkAccessManager or QHttp does not allowed access to their internal tcpSocket...Thanks wysota.
QHttp has a QHttp::setSocket() method you can use to access the socket. But I really don't see how it would help in your situation...
well QHttp::setSocket() was the first thing i tried without positive results...
I am looking for access to the socket to see if it is still connected or not.
When I use QNetworkAccessManager and disconnect from the network in the midst of an FTP upload, then QNetworkAccessManager never recovers and never informs me of a problem and subsequent put() requests are ignored.
Bookmarks