peterjwest
peterjwest

Reputation: 4452

Is is possible to perform operations on a Sharepoint server file store from an external server?

I need to organise a bunch of files being stored on a Sharepoint server. I have a login to Sharepoint and privileges to modify files, but no access to any scripting or admin settings. The quickest way to make these changes currently is to "Open with windows explorer" - some kind of windows file server thingy, and that's very slow.

I want to know if it is possible to send requests, to make changes to the file structure, from an external server, preferably in PHP, but anything will do.

I need to be able to:

Upvotes: 1

Views: 107

Answers (1)

user4531
user4531

Reputation: 2565

I believe the SharePoint Web Services could help you!
Take a look at the Lists Web Service, its methods should provide what you need to do.

Upvotes: 1

Related Questions