Microsoft SkyDrive = 25GB of cloud storage
http://www.skydrive.com
Max file size = 50MB
Download SkyDrive Simple Viewer for WebDAV
http://skydrivesimpleviewer.codeplex.com/
The console client requires Microsoft.NET 2.0 and can be downloaded as the recommended release.
Run the console client from a command line like this with your Windows Live ID credentials:
dumpurls.exe
And you will hopefully see a list of addresses that you can use in mapping up your WebDAV access in Windows. Those addresses can for instance be used in a "net use" command to map drives for them. Note that there is no concept of a "root" in SkyDrive. You must map/access the folders at the "root" individually.
eg dumpurls myaccount@hotmail.com password
https://xxxxxx.docs.live.net/9ab123456cd7890e/^.Public
net use P: https://xxxxxx.docs.live.net/9ab123456cd7890e/^.Public password /user:myaccount@hotmail.com