*****UPDATE 07/14/09*****
i added in the option to upload a file via webdav. You just specify the first argument as either "Upload" or "Download" the rest is the same. I updated the source code link as well as the console app link.
**Almost Forgot**
you need the WindowsLive client sdk installed on your computer. I think that installing msn messenger will also do the trick, but i havent tested that. Heres the link to the Live Client SDK.
*****UPDATE****
Ok like i was saying in my last post im having alot of trouble getting Office Live Workspace to let me upload/download files. Well i just had a major breakthrough, and have it working now.
Here is the console app, as a .exe with a small batch script. (You send it link)
if you just run the .exe without any arguments it will print out the arguments that are needed in the correct order.
I would recommend just changing them in the .bat file.
Here is the
source code (You Send It Link), its got the source for console app, the Document Handler DLL, and it has a folder with the .exe for the console app.
the run.bat file has a valid source file address, note the syntax, it is like that of a file hosted on a network server, although it is actually up on office live.
The key breakthrough was figuring out this formatting.
I had been trying urls such as -> http://adamm515.workspace.office.live.com/90359bb4-dede-494c-b024-57dc8611d0f5/Docs/Sales Comparison.xlsx
if you get rid of the http:// and add '\DavWWWRoot' after .com then replace all the /'s with \'s. it should work properly.
-> "\\adamm515.workspace.office.live.com\DavWWWRoot\90359bb4-dede-494c-b024-57dc8611d0f5\Docs\Sales Comparison.xlsx"
Would you be OK reposting the source code - the links are dead.
Thanks - Raynier
Posted by: Raynier van Egmond | 09/21/2009 at 09:34 AM
Hi here is the source code again
http://www.yousendit.com/download/ZW9EYkJvYXllaFR2Wmc9PQ
Posted by: adamm | 09/23/2009 at 11:54 AM
Please report the source - the new link is also dead.
Thank you
Posted by: Tim | 10/14/2009 at 12:40 PM
Hi Tim,
Im working on getting a permanent link for this code on my company website. When i get the url for that link i will post it up, probably later today
Posted by: adamm | 10/14/2009 at 12:56 PM
Ok permanent link is here
http://www.windwardreports.com/downloads/OfficeLiveAppSource_Recent.zip
Posted by: adamm | 10/14/2009 at 03:33 PM