Re: Fetching More than 500 files from Server

2012-06-19 Thread Daniel Stenberg
On Tue, 19 Jun 2012, Swamy Mudhbasalar wrote: Please let me know what may be causing this issue. You're ignoring my requests to follow the netiquette and you're not providing more info. I'm done. -- / daniel.haxx.se --- List

Re: Fetching More than 500 files from Server

2012-06-18 Thread Swamy Mudhbasalar
this issue. Regards, SAM -- Message: 3 Date: Thu, 14 Jun 2012 10:33:08 +0200 (CEST) From: Daniel Stenberg dan...@haxx.se To: libcurl development curl-library@cool.haxx.se Subject: Re: Fetching More than 500 files from Server Message-ID: alpine.deb.2.00.1206141023270.19

Re: Fetching More than 500 files from Server

2012-06-14 Thread Daniel Stenberg
On Thu, 14 Jun 2012, Swamy Mudhbasalar wrote: Please stop top-posting and full-quoting. If you intend to reply to emails here, switch off the digest-mode! LibCurl Version : 7.21.0 We have made 13 releases since that, so it's not unthinkable that a newer version works better or at least

Re: Fetching More than 500 files from Server

2012-06-13 Thread Tim Bannister
On 13 Jun 2012, at 05:38, Swamy Mudhbasalar wrote: 1. In all HTTP request sent and recieved observed Connection: close ? 2. How to make Connection : Alive and use the same connection to fetch all the files? What need to added specificalling in the code to do this ? 3.Why connections are not

Re: Fetching More than 500 files from Server

2012-06-13 Thread Daniel Stenberg
On Wed, 13 Jun 2012, Swamy Mudhbasalar wrote: We are try to fetch files from the ESX server 4.0 through HTTP request using curl library in C program. Using which libcurl version? Using which API? On what operating system? I am using a single easy curl handle to fetch all the files to take

Fetching More than 500 files from Server

2012-06-13 Thread Swamy Mudhbasalar
, please edit your Subject line so it is more specific than Re: Contents of curl-library digest... Today's Topics: 1. Re: Fetching More than 500 files from Server (Daniel Stenberg) 2. RE: SFTP File already completely downloaded but the file is empty (NEDJARI Hafed) 3. Re

Fetching More than 500 files from Server

2012-06-12 Thread Swamy Mudhbasalar
Hello, Problem Description: We are try to fetch files from the ESX server 4.0 through HTTP request using curl library in C program. I am using a single easy curl handle to fetch all the files to take advantage of persistent connection. But, When