PDA

View Full Version : how to pause or resume a download??



Ali Reza
10th June 2012, 20:07
hi guys
how to pause or resume a download that established by socket programming.
i used http protocol and a QTcpSocket which connect to port 80 a host and sent a http request to it.
best regards.

wysota
10th June 2012, 21:16
how to pause
Stop reading data.


or resume
Start reading data.

... and learn about TCP.

Ali Reza
11th June 2012, 19:58
at wysota
hi sir. excuse me
in resume a uncomplete download,i how say to host to send me specific bytes of the file?

wysota
11th June 2012, 20:11
http://lmgtfy.com?q=http+resume+download