How to access SharePoint files and folders from outside SharePoint?
Posted
by Ken Paul
on Stack Overflow
See other posts from Stack Overflow
or by Ken Paul
Published on 2010-05-04T22:25:28Z
Indexed on
2010/05/04
22:28 UTC
Read the original article
Hit count: 410
sharepoint
I need to programatically interface with SharePoint folders, files and lists from outside SharePoint. Most tutorials focus on working within SharePoint itself, or at least on the same server where SharePoint is installed. I need to automate some tasks from completely different servers -- tasks that require reading SharePoint lists, browsing folders, checking files out and in, reading files stored in SharePoint libraries, etc. It used to be easy using UNC folder and file paths. Now many of our SharePoint sites don't allow UNC access (probably for good reasons), but my needs are the same. What languages / libraries / interfaces will allow this? I'd like to be able to do this from server-side .NET code and from PowerShell scripts (not on the SharePoint server). Thanks for any pointers.
© Stack Overflow or respective owner