Hi,

I am trying to use QNam instead of Qftp (because depreciated) to upload and
download file on Qt4.8.2 Windows :
I works fine when there is no problem ... but it seems difficult to provide
valuable information to user when there is a problem (login false, password
false, host false).

If I download a file with bad parametre, i have "Content operation not
permitted Error" ...
If I upload a file with bad parametre, I have no feedback :no signal error
... nothing ..  (I have connect signals like this :  connect(m_reply, SIGNAL
(error(QNetworkReply::NetworkError)),this,SLOT(_error(QNetworkReply::
NetworkError)));

)
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to