云存储的.NET接口 SharpBox 1.1 SR1 发布
admin 13年前
这是 SharpBox 1.1 的首个服务发行版本,包含了很多bug的修复。SharpBox 实现了一个 .NET 驱动的应用程序接口,用来访问云存储服务,当前支持 DropBox 以及 Amazon S3 or iDisk. <br /> <pre class="brush:c#; toolbar: true; auto-links: false;"> // download your file from the public folder storage.DownloadFile("/Public/test.dat", "%temp%"); // upload your file to the public folder storage.UploadFile("%temp%\test.dat", "/Public");</pre> <br /> 项目地址: <a href="/misc/goto?guid=4958187681998974505" target="_blank">http://sharpbox.codeplex.com/</a>