Abe Miessler
Abe Miessler

Reputation: 85046

Possibly to copy files from one farm to another in SharePoint?

I would be doing this from a custom workflow activity.

Does anyone know if this has been done before? Any suggestions on where to start?

I am an admin on both farms.

Upvotes: 2

Views: 1875

Answers (2)

Bala
Bala

Reputation: 256

Use web client and copy.asmx check this link might help http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/4556873e-e2e0-4b26-99f2-70f0b0e50c2c

Upvotes: 0

Robert Williams
Robert Williams

Reputation: 1340

I'd suggest you look into using the Copy web service provided by SharePoint

/_vti_bin/copy.asmx

Upvotes: 4

Related Questions