Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
4.2.3
-
None
-
262057
Description
When downloading a file from a server which is not a Trolltech server using the ftp example, then all of the content will not be downloaded. The problem is connected to the QProgressBarDialog. When skipping the line
connect(ftp, SIGNAL(dataTransferProgress(qint64, qint64)),this, SLOT(updateDataTransferProgress(qint64, qint64)));
then everything works fine,.
Update: the problem is in the example code. QFtp appears to be operating correctly.