Curl and NTLM

This entry was posted by on Wednesday, 13 October, 2010 at

Yes, we can use CURL to talk to a Sharepoint server and retrieve a document:

curl –ntlm -u username:password http://server/my/personal/tintifax/Shared%20Documents/10MBrandom.doc > example.log/


Leave a Reply