Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to download files programmatically from Sharepoint 2003

Status
Not open for further replies.

Zoomy

Programmer
Aug 28, 2002
6
US
I have sharepoint 2003 running and in it i have a document library. I would like to write a custom vb.net app that goes to my document library and downloads all the files in it with a pre-determined prefix.

i.e. Download all the files that start with 123 to my harddrive from my sharepoint portal. And in doing so i would get a list of files like so:

123_Health.xml
123_Profile.xml
123_Recreation.xml


Has anyone done this before? I havent a clue how to even start, anything would be greatly appreciated. Is there a Sharepoint API i can use in vb.net?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top