I'm trying to retrieve content from the _catalogs directory of a SharePoint site using a script. I've no idea where to start. My first thought was to use wget, but I soon discovered that the the _catalogs folder isn't available over http. As far as I can tell, it's only available in SharePoint Designer. Is there a way to retrieve this content via a script?

link|improve this question

60% accept rate
feedback

1 Answer

up vote 2 down vote accepted

You could try the webdav interface.

e.g. \\mysite_catalogs

link|improve this answer
That does it! Thanks! I didn't realize you could access SharePoint sites using \\. I'm a little confused though. Isn't \\ the syntax for an SMB share? I've always accessed the WebDAV interface using http:// – Brian Sep 30 '09 at 16:52
Not sure of the details, but SharePoint implements the \\ by the WebDAV protocol – Nat Sep 30 '09 at 21:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.