cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Trying to download and remove files from server via vb.net-needhelp

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 3 Jul 2008 11:48:36 +0200 (CEST)

On Wed, 2 Jul 2008, Wayne Phares wrote:

> - The goes back to the to of the loop (I have NOT issuesd a
> .cleanup/.globalcleanup yet) to get the second file name, gets it and starts
> to download it according to the debuging:
> 150 Opening BINARY mode data connection for pb002429.png (143785 bytes)
> Getting file with size: 143785
> Progress: 143785 0 0 0
> Progress: 143785 0 0 0
> ...stays in Progress loop forever and never increases in size downloaded...

This simply means that you in the receiving end are waiting and waiting for
the server to actually send those 143785 bytes of data but it never does.

-- 
  / daniel.haxx.se
Received on 2008-07-03