Re: unsub

2011-01-20 Thread arnuld uttre
> On Fri, Jan 21, 2011 at 3:36 AM, wrote: > unsub Try again with -request added to curl mail id -- http://uttre.wordpress.com/2008/05/14/the-lost-love-of-mine/ --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etique

Re: Patch for TLS-SRP support (using GnuTLS)

2011-01-20 Thread Quinn Slack
On Wed, Jan 19, 2011 at 11:24:23PM +0100, Daniel Stenberg wrote: > I've now committed and pushed this. Great, thanks! > - We now lack documentation in docs/curl.1 for the three new command > line options and in docs/libcurl/curl_easy_setopt.3 for the three > new options I've attached a patch wit

Re: Missing CURLOPT_SSL_CTX_FUNCTION?

2011-01-20 Thread Daniel Stenberg
On Thu, 20 Jan 2011, Mike Brennan wrote: Where is CURLOPT_SSL_CTX_FUNCTION defined? in include/curl/curl.h since version 7.10.6 And indeed, neither curl.h nor the other curl include files defines CURLOPT_SSL_CTX_FUNCTION. Look again. It is defined by a macro called CINIT() in this manner:

Re: [PATCH] unit test for Curl_llist_insert_next

2011-01-20 Thread Daniel Stenberg
On Thu, 20 Jan 2011, Amr Shahin wrote: the attached file contains a patch that will add a couple of test cases to Curl_llist_insert_next, hopefully it covers all the cases. let me know what you think. Thanks a lot! My thoughts on the patch: 1 - you used too long lines, we have a 80 column l

unsub

2011-01-20 Thread wjlrkjjv
unsub -- Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.

Re: release schedule

2011-01-20 Thread Daniel Stenberg
On Wed, 22 Dec 2010, Daniel Stenberg wrote: I will accept (patches for) new features until January 20th 2011. Then we'll focus on bugs only for another 4 weeks and if things go well we ship another curl package at February 17th 2011. Just a heads up that we now close the door for new features

Missing CURLOPT_SSL_CTX_FUNCTION?

2011-01-20 Thread Mike Brennan
Hi, Where is CURLOPT_SSL_CTX_FUNCTION defined? I'm trying to build a package that uses the curl library (xmltooling). So I downloaded and built curl-7.21.3. I built it to use openssl (0.9.8p). All of curl's tests successfully completed at the end of the build. But xmltooling's configure scri

Re: Base64 encode and decode

2011-01-20 Thread Dan Fandrich
On Thu, Jan 20, 2011 at 02:21:54PM -0500, amit paliwal wrote: > As Curl provides many useful options to set with curl_easy_perform(), but > I don't see any option that takes whether we want to apply Base64 encoding and > decoding or not. There are API's available, which I can use from my > applica

Base64 encode and decode

2011-01-20 Thread amit paliwal
Hi, As Curl provides many useful options to set with curl_easy_perform(), but I don't see any option that takes whether we want to apply Base64 encoding and decoding or not. There are API's available, which I can use from my application code directly, API's are: Curl_base64_encode() Curl_base64_d

Re: about ftpgetinfo

2011-01-20 Thread Kamil Dudka
On Thursday 20 January 2011 18:06:41 Romeo Petruca wrote: > using ftpgetinfo.c source, is working, but how can i disabling this message > > > Last-Modified: Mon, 17 Jan 2011 16:32:08 GMT > Content-Length: 3055078 > Accept-ranges: bytes curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, throw_away); I

about ftpgetinfo

2011-01-20 Thread Romeo Petruca
Hi using ftpgetinfo.c source, is working, but how can i disabling this message Last-Modified: Mon, 17 Jan 2011 16:32:08 GMT Content-Length: 3055078 Accept-ranges: bytes -- Romeo Petruca Str. Munteniei 2A/48, Romania Mobil: +40720301842 Fix: +40354401534 e-mail: romeo.petruca@perosoft, romeo.p

Re: EPSV vs PASV

2011-01-20 Thread Daniel Stenberg
On Thu, 20 Jan 2011, Michael Wood wrote: < 425 Data connection already open. OK, so the server thinks there's nothing wrong with EPSV, but libcurl couldn't connect, so when libcurl retried with PASV, the server says "Hey! What are you doing? You already asked me to open a port for EPSV and

RE: how to get the sym link type ?

2011-01-20 Thread Daniel Stenberg
On Thu, 20 Jan 2011, Vishakha Vaidya wrote: Using MLST perhaps? http://tools.ietf.org/html/rfc3659#page-23 What if the server does not support MLST and MLSD extensions ? Then I believe parsing LIST output might be the only option. -- / daniel.haxx.se --

Re: can't figure out why CWD is failing

2011-01-20 Thread Jeff Pohlmeyer
On Thu, Jan 20, 2011 at 6:09 AM, Vishakha Vaidya wrote: > easy perform returns a REMOTE_ACCESS_DENIED > What am I missing ? CURLOPT_VERBOSE is always a good string place. You might also try the various CURLOPT_FTP_FILEMETHOD options: http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTF

can't figure out why CWD is failing

2011-01-20 Thread Vishakha Vaidya
Hi, I set the CURLOPT_URL to ftp://:@:/users//dir/ and easy perform returns a REMOTE_ACCESS_DENIED, though the has access to dir. I can access it using any other client. What am I missing ? Thanks, Vishakha --- List admin: http:

RE: how to get the sym link type ?

2011-01-20 Thread Vishakha Vaidya
-Original Message- From: curl-library-boun...@cool.haxx.se [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of Daniel Stenberg Sent: Wednesday, December 22, 2010 3:34 AM To: libcurl development Subject: Re: how to get the sym link type ? On Wednesday, 22 Dec 2010, Daniel Stenberg wr