cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
get file a lot of one streem
get file a lot of one streem
Jun 12, 2008 at 2:30am UTC
quant
(78)
How to get same file per byte a lot of one session? File size is lond. I think download parting file, possible exist any way? Example please...
___
Thank in advance!
Jun 12, 2008 at 6:05am UTC
bnbertha
(401)
Could you post the code that is reading the file? It's difficult to make a suggestion without seeing what you are trying to do.
Jun 12, 2008 at 8:32am UTC
quant
(78)
Of example it here...
http://www.cplusplus.com/forum/unices/2148/
I trying http query take too long a file. I suppose take in by recursion. C only please.
Last edited on
Jun 12, 2008 at 8:35am UTC
Jun 12, 2008 at 10:41am UTC
bnbertha
(401)
Have a look as this thread for ideas on how to call
read()
or
recv()
in a loop.
http://www.cplusplus.com/forum/unices/2356/
Last edited on
Jun 12, 2008 at 10:41am UTC
Jun 12, 2008 at 1:08pm UTC
quant
(78)
Already I looked this. But don't know this. Please sample... Hm, read & recv have a parity check?
Topic archived. No new replies allowed.