Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
4.7.2
-
None
-
i686 Debian GNU/Linux 7.0 Wheezy
Description
QFtp randomly looses last chunks of data when receiving REST of file:
qftp->rawCommand( "REST 100000" );
qftp->get( file );
bytesAvailable() returns 0, yet the downloaded size is lesser than file size - 100000
Wireshark shows the data is sent, only Qt does not report them for reading.
I wanted to create sample code for it, but the program crashes due to this QFtp bug: http://bugreports.qt.nokia.com/browse/QTBUG-18309
Attachments
Issue Links
- relates to
-
QTBUG-18309 QFtp crashes with SEGFAULT
- Closed
- resulted in
-
QTBUG-18339 QNetworkAccessManager FTP could support resuming with REST command
- Open