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

Fetching More than 500 files from Server

2012-06-13 Thread Swamy Mudhbasalar
-library@cool.haxx.se Subject: Re: Fetching More than 500 files from Server Message-ID: alpine.deb.2.00.1206131155050.14...@tvnag.unkk.fr Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII On Wed, 13 Jun 2012, Swamy Mudhbasalar wrote: We are try to fetch files from the ESX server 4.0

Re: Fetching More than 500 files from Server

2012-06-18 Thread Swamy Mudhbasalar
...@tvnag.unkk.fr Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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

Re: curl-library Digest, Vol 82, Issue 46

2012-06-19 Thread Swamy Mudhbasalar
, 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 -- ___ curl

Session still remains even connection get closed

2012-07-02 Thread Swamy Mudhbasalar
Hi, I am downloading many files from the server. I used persistent connection and reusing the session. After getting all the files closing the connection using curl_easy_cleanup. Problem is still am seeing a session active on server side. Is there anyway i can close this session before

Re: Session still remains even connection get closed

2012-07-04 Thread Swamy Mudhbasalar
+0200 From: Dan Fandrich d...@coneharvesters.com To: curl-library@cool.haxx.se Subject: Re: Session still remains even connection get closed Message-ID: 20120703204953.ga6...@coneharvesters.com Content-Type: text/plain; charset=iso-8859-1 On Tue, Jul 03, 2012 at 11:19:36AM +0530, Swamy