Re: How to configure the library to behave like the command line?

2011-01-11 Thread Daniel Stenberg
On Tue, 11 Jan 2011, Matt Nelson wrote: So I can repeat all this correctly and thoroughly, can you point me to the source you'd recommend for 64bit visual studio? Then I can post all steps and outcomes. There is only one source code archive - but you can select which compression technique yo

Re: How to configure the library to behave like the command line?

2011-01-11 Thread Matt Nelson
On Tuesday, 11 January 2011, Daniel Stenberg wrote: > On Tue, 11 Jan 2011, Matt Nelson wrote: > > > Well...I've tried compiling various versions with various settings and > still no joy > > > So tell us with more details what you tried. Did you build SSPI enabled as I > suggested? > > > I still r

Re: How to configure the library to behave like the command line?

2011-01-11 Thread Kamil Dudka
On Tuesday 11 January 2011 23:06:14 Matt Nelson wrote: > Sorry, I am probably confusing things. I went to the curl download > page and downloaded the win64 curl exe (both the non-ssl and the ssl > versions) and it correctly accesses the files I need. I then attempted > to build my own libcurl by do

Re: How to configure the library to behave like the command line?

2011-01-11 Thread Matt Nelson
On Tuesday, 11 January 2011, Kamil Dudka wrote: > On Tuesday 11 January 2011 21:59:12 Matt Nelson wrote: >> Well I used that to generate an example file and have then used those >> settings to try out each of my compiled versions but.no luck. I am >> sure I am messing up the compiles - and I a

Re: How to configure the library to behave like the command line?

2011-01-11 Thread Daniel Stenberg
On Tue, 11 Jan 2011, Matt Nelson wrote: Well...I've tried compiling various versions with various settings and still no joy So tell us with more details what you tried. Did you build SSPI enabled as I suggested? I still receive the same 401.2 error when accessed via libcurl, but not when a

Re: How to configure the library to behave like the command line?

2011-01-11 Thread Kamil Dudka
On Tuesday 11 January 2011 21:59:12 Matt Nelson wrote: > Well I used that to generate an example file and have then used those > settings to try out each of my compiled versions but.no luck. I am > sure I am messing up the compiles - and I am really struggling to feel > comfortable knowing how

Re: How to configure the library to behave like the command line?

2011-01-11 Thread Matt Nelson
On Tuesday, 11 January 2011, Kamil Dudka wrote: > On Tuesday 11 January 2011 21:39:38 Matt Nelson wrote: >> Thanks for showing intetest. Sorry to sound flippant, but the top of >> my post tries to explain my aim and issues. In short, I'm trying to >> access txt files via a web page - and a 401.2 e

Re: How to configure the library to behave like the command line?

2011-01-11 Thread Kamil Dudka
On Tuesday 11 January 2011 21:39:38 Matt Nelson wrote: > Thanks for showing intetest. Sorry to sound flippant, but the top of > my post tries to explain my aim and issues. In short, I'm trying to > access txt files via a web page - and a 401.2 error seems to relate to > ntlm access. Just wish I cou

Re: How to configure the library to behave like the command line?

2011-01-11 Thread Matt Nelson
On Tuesday, 11 January 2011, Kamil Dudka wrote: > On Tuesday 11 January 2011 20:38:49 Matt Nelson wrote: >> Well...I've tried compiling various versions with various settings and >> still no joy - I still receive the same 401.2 error when accessed via >> libcurl, but not when accessed via curl exe

Re: How to configure the library to behave like the command line?

2011-01-11 Thread Kamil Dudka
On Tuesday 11 January 2011 20:38:49 Matt Nelson wrote: > Well...I've tried compiling various versions with various settings and > still no joy - I still receive the same 401.2 error when accessed via > libcurl, but not when accessed via curl exe. Sorry, but I have no idea what 401.2 error means.

Re: How to configure the library to behave like the command line?

2011-01-11 Thread Matt Nelson
On Friday, 7 January 2011, Matt Nelson wrote: > On Friday, 7 January 2011, Kamil Dudka wrote: >> On Friday 07 January 2011 18:10:52 Matt Nelson wrote: >>> I am slightly nervous of compiling from source - I really am not sure how >>> to go about it. Stupid, I know. >> >> I suggest to start here: >

Re: How to configure the library to behave like the command line?

2011-01-07 Thread Matt Nelson
On Friday, 7 January 2011, Kamil Dudka wrote: > On Friday 07 January 2011 18:10:52 Matt Nelson wrote: >> I am slightly nervous of compiling from source - I really am not sure how >> to go about it. Stupid, I know. > > I suggest to start here: > > http://curl.haxx.se/docs/install.html > > Kamil >

Re: How to configure the library to behave like the command line?

2011-01-07 Thread Kamil Dudka
On Friday 07 January 2011 18:10:52 Matt Nelson wrote: > I am slightly nervous of compiling from source - I really am not sure how > to go about it. Stupid, I know. I suggest to start here: http://curl.haxx.se/docs/install.html Kamil ---

Re: How to configure the library to behave like the command line?

2011-01-07 Thread Matt Nelson
On Friday, 7 January 2011, Daniel Stenberg wrote: > On Fri, 7 Jan 2011, Matt Nelson wrote: > > > I'm on a Windows XP 64 bit machine running Visual Studio 2008 and I may be > doing something really stupid (probably), but I downloaded curl.exe (version > curl-7.21.0-win64-nossl) and running it with

Re: How to configure the library to behave like the command line?

2011-01-07 Thread Daniel Stenberg
On Fri, 7 Jan 2011, Matt Nelson wrote: I'm on a Windows XP 64 bit machine running Visual Studio 2008 and I may be doing something really stupid (probably), but I downloaded curl.exe (version curl-7.21.0-win64-nossl) and running it with the following parameters from a command line works fine: cur

Re: How to configure the library to behave like the command line?

2011-01-07 Thread Matt Nelson
On 7 January 2011 16:41, Michael Wood wrote: > On 7 January 2011 17:40, Matt Nelson wrote: > > Hi, > > > > I'm on a Windows XP 64 bit machine running Visual Studio 2008 and I may > be > > doing something really stupid (probably), but I downloaded curl.exe > (version > > curl-7.21.0-win64-nossl)

Re: How to configure the library to behave like the command line?

2011-01-07 Thread Michael Wood
On 7 January 2011 17:40, Matt Nelson wrote: > Hi, > > I'm on a Windows XP 64 bit machine running Visual Studio 2008 and I may be > doing something really stupid (probably), but I downloaded curl.exe (version > curl-7.21.0-win64-nossl) and running it with the following parameters from a > command l

How to configure the library to behave like the command line?

2011-01-07 Thread Matt Nelson
Hi, I'm on a Windows XP 64 bit machine running Visual Studio 2008 and I may be doing something really stupid (probably), but I downloaded curl.exe (version curl-7.21.0-win64-nossl) and running it with the following parameters from a command line works fine: curl --ntlm -u : http://sharepoint.domai