On Sunday, January 25, 2015 at 4:07:11 PM UTC-8, Louis Simons wrote:
>
>
>> The current version does not really. You can override it to turn on 
>> CURLAUTH_NTLM, but I have no idea if that's sufficient. I personally never 
>> used NTLM, so I don't have a good grasp on what the requirements are.
>>
>> The new version of the client (unreleased) will allow you to pass any 
>> curl setting. So if you are able to use NTLM auth using just curl, I can 
>> also show you an example of how this would work with the client.
>>
>
> I was able to use curl to pull down the file using the instructions at 
> http://www.commandlinefu.com/commands/view/7005/get-a-file-from-sharepoint-with-curl.
>  
>  How would you pass the curl settings to SabreDAV?
>

Those curl settings relate to the curl command line tool, which is not the 
same as the curl PHP extension, which uses a different syntax for setting 
options.

That being said, you can add new settings with the addCurlSetting method on 
the client, defined here:

https://github.com/fruux/sabre-http/blob/master/lib/Client.php#L315

Evert


-- 
You received this message because you are subscribed to the Google Groups 
"SabreDAV Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sabredav-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sabredav-discuss/2b40039a-e0ff-4ead-adc4-1a6cb62ca34d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to