Re: Using curl_multi interface with epoll

2011-11-06 Thread Daniel Stenberg
On Sun, 6 Nov 2011, Yehezkel Horowitz wrote: This is my fist post to this list, so I want to use this opportunity to thanks all of you (mainly Daniel) for the development, maintenance and support efforts you invest on this amazing tool "cUrl". Thanks for these friendly words and welcome to th

Re: FTP multiple DELE CURLOPT_POSTQUOTE

2011-11-06 Thread Daniel Stenberg
On Sun, 6 Nov 2011, Jonas Schnelli wrote: Is there a limit of how many DELE commands i can pack into a curl_slist? No... and servers don't tend to have a limit on number of supported commands either that I know, so you can basically add any amount you think is a good idea. -- / daniel.ha

FTP multiple DELE CURLOPT_POSTQUOTE

2011-11-06 Thread Jonas Schnelli
Hi I try to delete a bunch of file on a ftp server. Instead of calling multiple curl_easy_perform with one DELE POSTQUOTE i would like to append multiple DELE commands in one curl_slist. Is there a limit of how many DELE commands i can pack into a curl_slist? Any recommendation in which "package

RE: socket error with NTLM auth proxy and multi interface

2011-11-06 Thread Daniel Stenberg
On Fri, 28 Oct 2011, Pingzhong Li wrote: With this change, actually all the tests passed except 504 which would be same as before my change. I am sure that code is there for a reason. So is my change ok here? I don't really understand the logic here. Maybe it would be needed on other platfor

Using curl_multi interface with epoll

2011-11-06 Thread Yehezkel Horowitz
Hi This is my fist post to this list, so I want to use this opportunity to thanks all of you (mainly Daniel) for the development, maintenance and support efforts you invest on this amazing tool "cUrl". Now for business: I want to use curl_multi interface along with epoll (can't use select since

Re: No response on ARM Linux!

2011-11-06 Thread Dan Fandrich
On Sat, Nov 05, 2011 at 10:58:02PM +, Artak Hovsepian wrote: > I meet a Curl and libcurl problem on the ARM Linux platform. It is a > mobile device on the S3C2410 board, manufactured in China. > Nor Curl, nor applications, developed on libcurl could not receive reply > on this platform. > I w

No response on ARM Linux!

2011-11-06 Thread Artak Hovsepian
My greeting to all subscribers of this mail list. I meet a Curl and libcurl problem on the ARM Linux platform. It is a mobile device on the S3C2410 board, manufactured in China. Nor Curl, nor applications, developed on libcurl could not receive reply on this platform. I was ready to believe that