Service Release 1 for SharpBox 1.1
- Feature: Support for CloudMe
- Feature: Support for FTP (as experimental provider in the staging area)
- Feature: Added sample mock storage provider
- Feature: Progressbar callback contains bandwidth information
- Feature: Allowed to disable proxy usage with WebRequestManager.Instance.SetEmptyProxySettings
- Feature: Added HasChildrens method in ICloudDirectoryEntry interface
- Change: Stabilized storage provider API
- Change: The up/download progress callback gots a Cancel property to interrupt the transfer!
- Change: Migrated transfer progress callback to the common .NET event signature
- Fix: WebDAV with NTLM authentication doesn't support unbuffered uploading - Issue 16197
- Fix: GenericCurrentCredentials on WebDAV doesn't work - Issue 16192
- Fix: TCP Ports different from the standard ports are ignored - Issue 16341
- Fix: CreateObjectsFromNetworkStream doesn't parse WebDav PROPFIND response correctly from Apache server - Issue 16346
- Fix: A wrong app key or secret does not raise an Unauthorized exception (thanks to tonioplex)
- Fix: The method GetFileSystemObjectUri returned a meta data url for DropBox files
- Fix: SharpBox crashed when is_deleted property was not part of the DropBox JSON message