Re: Re: ftp problem

2013-07-16 Thread Daniel Stenberg
On Mon, 15 Jul 2013, Clemens Gruber wrote: It looks like curl regards the download as „partial“, why is that? It counts 0 received bytes when the connection is closed. That's not the same amount of data that was promised before the transfer and thus it is "partial". In the capture logs I ca

Re: "make distclean" broken?

2013-07-16 Thread Daniel Stenberg
On Tue, 16 Jul 2013, Dave Reisner wrote: Option three) fix Curl's automake setup, preferably moving to a non-recursive build. I find that with every new release of AM, we're cleaning up curl to make sure we don't fall off the trailing edge of support. I agree, but then the automake people (s

Re: Please Help: How to receive asyn RTSP Server messages in RTSP client through curl

2013-07-16 Thread Amit Pal
Can someone please reply for this as I am really stuck here. On Tue, Jul 16, 2013 at 12:01 PM, Amit Pal wrote: > In addition to that. for e.g. how can I receive an ANNOUNCE message sent > by Server? > > > On Tue, Jul 16, 2013 at 11:31 AM, Amit Pal wrote: > >> Hi All, >> >> So till now I am abl

http://curl.haxx.se/mail/lib-2010-03/0365.html - is this done now? Please reply..

2013-07-16 Thread Amit Pal
Hi All, I just looked into this existing thread: http://curl.haxx.se/mail/lib-2010-03/0365.html which has same problem as I am looking into. Just wanted to know is this sorted out? --- List admin: http://cool.haxx.se/list/listinfo/cu

Re: Please Help: How to receive asyn RTSP Server messages in RTSP client through curl

2013-07-16 Thread Amit Pal
In addition to that. for e.g. how can I receive an ANNOUNCE message sent by Server? On Tue, Jul 16, 2013 at 11:31 AM, Amit Pal wrote: > Hi All, > > So till now I am able to send and receive a play request using curl > library. > > Now I have following question: > > 1) How can I receive async me

Please Help: How to receive asyn RTSP Server messages in RTSP client through curl

2013-07-16 Thread Amit Pal
Hi All, So till now I am able to send and receive a play request using curl library. Now I have following question: 1) How can I receive async message from Server on my Client. for e.g. an EOF event? Basically Curl has socket and when we call curl_easy_perform() it send and receives the message.

Re: curl_multi_wait revent for extra_fd not set

2013-07-16 Thread Michael Wood
Hi On 16 July 2013 11:49, Evgeny Turnaev wrote: > Hello Daniel. > Any news on my question? > > Please don't top post. Also, try generating your patch like this: diff -u multi.c.orig multi.c >multi.c.diff > 2013/7/10 Daniel Stenberg : > > On Mon, 8 Jul 2013, Evgeny Turnaev wrote: > > > >>

Re: curl_multi_timeout

2013-07-16 Thread Kirk Dawson
Thank you both Daniel and Ryan. With a couple of your comments I was able to track down the cause of my problem. Openoffice had placed an old version of Libcurl in the windows library sysWOW64 and left it after I removed openoffice. The system version was being used regardless of the presence of o

Re: "make distclean" broken?

2013-07-16 Thread Dave Reisner
On Jul 15, 2013 10:31 PM, "Yang Tse" wrote: > > Nick Zitzmann wrote: > > > Yeah, I'm pretty sure something broke with the upgrade to Automake 1.14. I tried building and then running "make distclean" on another system running an older version (1.12.x), and it worked. Then I upgraded it to 1.14, and

Re: curl_multi_wait revent for extra_fd not set

2013-07-16 Thread Evgeny Turnaev
Hello Daniel. Any news on my question? 2013/7/10 Daniel Stenberg : > On Mon, 8 Jul 2013, Evgeny Turnaev wrote: > >> It would be really nice if Daniel or any other maintainer (if any >> exists) would have answer original question about getting revents for >> extra_fds out after curl_multi_wait

Re: curl configure with openssl

2013-07-16 Thread Dan Fandrich
On Tue, Jul 16, 2013 at 12:47:35PM +0530, Indtiny s wrote: > I need to cross compile curl for some target . > first I cross complied openssl for that target . > Then I tried the below script  > > export CC="$TARTGET_ROOT/arm-none-linux-gnueabi-gcc" > export LD="$TARTGET_ROOT/arm-none-linux-gnueabi

curl configure with openssl

2013-07-16 Thread Indtiny s
Hi , I need to cross compile curl for some target . first I cross complied openssl for that target . Then I tried the below script export CC="$TARTGET_ROOT/arm-none-linux-gnueabi-gcc" export LD="$TARTGET_ROOT/arm-none-linux-gnueabi-ld" export AR="$TARTGET_ROOT/arm-none-linux-gnueabi-ar" export RA