cURL / Mailing Lists / curl-library / Single Mail

curl-library

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

From: Wayne Phares <lists_at_waynesplace.com>
Date: Thu, 3 Jul 2008 07:02:55 -0500

----- Original Message -----
To: "libcurl development" <curl-library_at_cool.haxx.se>
Sent: Thursday, July 03, 2008 4:48 AM
Subject: Re: Trying to download and remove files from server
viavb.net-needhelp

> 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

Am I issuing the proper commands in the correct order to accomplish what
I am want to do?

I find it odd that it does not start failing until I do the DELE,
without that it works fine. Is the request for the dummy file the right
way to get a DELE sent to the server?
Received on 2008-07-03