I am trying to connect to SharePoint 2007 server page library which is under domain.a.com from console application and move the content to SharePoint 2010 server which is domain.b.com page library using Object Model.
string sourceURL = "http://mysite-stage.com/en/home/professionals";
string tragetURL = "http://yoursite.com/en/home/professionals";
I have domain, username and password on both the servers setup.
Any idea how to achieve this.