Re: reply to all: CURLE_OPERATION_TIMEDOUT when FTP upload with large files

2009-06-01 Thread Michael Wood
On Tue, Jun 2, 2009 at 12:16 AM, Daniel Stenberg wrote: > On Sun, 31 May 2009, A-ZYSTEMS wrote: > >>> It sounds like the typical case of the control connection having >>> timed-out >>> (through a firewall or NAT) by the time the data >>> connection is complete. >> >> When I extend the timeouts wit

Re: installing rpm for Java

2009-06-01 Thread Michael Wood
On Mon, Jun 1, 2009 at 6:36 PM, Thufir wrote: > On Mon, 01 Jun 2009 14:32:33 +0200, Michael Wood wrote: > >> On Mon, Jun 1, 2009 at 10:10 AM, Thufir wrote: >>> Ok, after no small amount of effort I seem to have built and installed >>> an rpm (with some help): >> [...] >>> can I get a JAR from thi

Re: packaging

2009-06-01 Thread William Betts
Because they hate Christmas. On Mon, Jun 1, 2009 at 10:23 PM, Thufir wrote: > is there a reason that the Java classes don't belong to a package? > > > -Thufir > >

packaging

2009-06-01 Thread Thufir
is there a reason that the Java classes don't belong to a package? -Thufir

Re: connection re-use amongst easies

2009-06-01 Thread Daniel Stenberg
On Sun, 31 May 2009, j...@igrspace.com wrote: Can you elaborate a little on what exactly you're trying to accomplish with this? ok, this application is supposed to perform multiple concurrent requests and let the user define (1) whether to use SSL or not (2) whether to use a proxy or not (3) w

Re: reply to all: CURLE_OPERATION_TIMEDOUT when FTP upload with large files

2009-06-01 Thread Daniel Stenberg
On Sun, 31 May 2009, A-ZYSTEMS wrote: It sounds like the typical case of the control connection having timed-out (through a firewall or NAT) by the time the data connection is complete. When I extend the timeouts with CURLOPT_TIMEOUT Or CURLOPT_FTP_RESPONSE_TIMEOUT to 3 Hours for example, cur

Re: installing rpm for Java

2009-06-01 Thread Thufir
On Mon, 01 Jun 2009 14:32:33 +0200, Michael Wood wrote: > On Mon, Jun 1, 2009 at 10:10 AM, Thufir wrote: >> Ok, after no small amount of effort I seem to have built and installed >> an rpm (with some help): > [...] >> can I get a JAR from this, or how do I import it? > > Try running: > rpm -ql c

RE: Help on usinig Curl on vxwrks

2009-06-01 Thread Igor Novoseltsev
> > Supposing I prepare makefile with hardcoded tool chain configuration, > > put it into the 'lib' folder and beautify source modifications, will it > > be enough to commit the patch? > > I think so, yes. Hi, Please review the patch. Thanks patch_vxworks.diff Description: patch_vxworks.diff

Re: SCTP anyone?

2009-06-01 Thread Daniel Stenberg
On Mon, 1 Jun 2009, Gisle Vanem wrote: I there any plans or ideas to incorporate support for SCTP into libcurl? AFAICS there are several SCTP implementations for Linux and also for Win32 [1]. I took a look at this API [2] and noticed first it didn't resemble Berkley sockets at all. That makes

Re: installing rpm for Java

2009-06-01 Thread Michael Wood
On Mon, Jun 1, 2009 at 10:10 AM, Thufir wrote: > Ok, after no small amount of effort I seem to have built and installed an > rpm (with some help): [...] > can I get a JAR from this, or how do I import it? Try running: rpm -ql curl-java to see what files the package installs. It might install a

SCTP anyone?

2009-06-01 Thread Gisle Vanem
I there any plans or ideas to incorporate support for SCTP into libcurl? AFAICS there are several SCTP implementations for Linux and also for Win32 [1]. I took a look at this API [2] and noticed first it didn't resemble Berkley sockets at all. That makes it a bit hard to code into libcurl I thi

Re: installing rpm for Java

2009-06-01 Thread Daniel Stenberg
On Mon, 1 Jun 2009, Thufir wrote: Ok, after no small amount of effort I seem to have built and installed an rpm (with some help): [r...@arrakis i386]# rpm -ihv curl-java-0.2.3-2.i386.rpm can I get a JAR from this, or how do I import it? I thought you are the java guy here, so aren't you th

Re: [PATCH] Add NSS libs directory to addlibs in configure

2009-06-01 Thread Daniel Stenberg
On Fri, 29 May 2009, Claes Jakobsson wrote: Attached patch adds the library search path (-L) for $NSS/lib when specifying a custom path using --with-nss Thanks, applied! -- / daniel.haxx.se

Re: [curl 7.19.5] consfigure & struct timeval on VMS

2009-06-01 Thread Yang Tse
2009/6/1, John E. Malmberg wrote: > I just was bringing this up in case someone was interested in making the > configure scripts more robust. We are always interested in improving everything. Simply wanted to make sure we were speaking the same language. I've just committed a change to CVS that

Re: patch 7.19.5 - remove VMS specific code from curl.h

2009-06-01 Thread Yang Tse
2009/6/1, John E. Malmberg wrote: > The header files are now supplied by the operating system in a text library > independent of the compiler. Thanks for the explanation and clean-up. Committed to CVS. -- -=[Yang]=-

installing rpm for Java

2009-06-01 Thread Thufir
Ok, after no small amount of effort I seem to have built and installed an rpm (with some help): [r...@arrakis i386]# [r...@arrakis i386]# rpm -ihv curl-java-0.2.3-2.i386.rpm Preparing...### [100%] 1:curl-java #