How to login to SharePoint site with cURL

curl --ntlm -u DOMAIN/user https://sharepoint.domain.com/path/to/file

This entry was posted in Uncategorized. Bookmark the permalink.

1 Response to How to login to SharePoint site with cURL

  1. j5423's avatar j5423 says:

    Also, if you want to bypass the proxy for your localhost, you can to like this:
    curl –proxy “” http://localhost

Leave a Reply