FileCloud.NET is a .Net wrapper for http://filecloud.io/ service API.
Filecloud is cloud file-sharing service. It's API desctription you can find at: http://code.google.com/p/filecloud/. You don't need any application\secret keys to use this API.
Installation
To install library using NuGet simple run the following command Install-Package FileCloud.NET in the Package Manager Console
Using
To upload file to server using this wrapper just add code:
FileCloudUploader.Upload(username, password, filepath);
More examples could be found at
Documentation