Friday, July 24, 2009

Export MOSS (SharePoint) page library (or any other List) to file system

Exporting a page library in MOSS can be quite tricky. One great alternative ist to use SPIEFolder (http://www.codeplex.com/SPIEFolder) that can export the files quite fast to a file system folder of your choice as follows.

Example command:
SPIEFolder.exe http://win2003-moss1/DE/MediaMessageImport Seiten C:\OutputTest export

The files can then easily be reimported for instance via web browser (upload files).

No comments: