Thank you for your help. I'm still quite new to network programming in QT. Right now I'm using QIODevice::readyRead() signal to notify my socket when to begin reading. Is that incorrect? How should I determine when the reading should begin?
I tried sending the size of the file first, but I find that readyRead() is emitted several times for each transfer.
Bookmarks