Zimbra Briefcase now supported as a Cloud Provider via the SME Cloud Gateway Appliance

We’ve just added support for a new Cloud Provider, Zimbra briefcase. Zimbra is a groupware collaboration tools that is now owned by VMWARE.

The Briefcase was a new feature in Zimbra 5.0 and it allows users to upload files to the Zimbra Mail Store and then have access to the files anywhere they can access the Zimbra Mail Client.

In adding the Zimbra briefcase as a supported cloud Zimbra users can now get access to their briefcase from our Windows, Mac or Linux tools in which they have a native cloud drive for files access, and also from the iPhone, iPad, BlackBerry or Android mobile devices.

When signing up, you are able to enter your own Zimbra URL so that this solution should work with any hosted Zimbra server.

Facebooktwitterredditpinterestlinkedinmailby feather

Ways you can share Cloud Storage files using the SME Gateway

It’s been a while since we looked at file sharing so we thought it was worth revisiting the ways you can share files for multiple Storage clouds via the SMEStorage Gateway:

Email Sharing (Individual files):

When you share a file via email from the web file managers or from the windows tooling then the user will be notified that a file is shared with him in an email from SMEStorage. To access this file the user has to login to SMEStorage so if he does not have an account he will need to create a free account. The reason for this is that this mechanism of sharing lets you assign an expiry time for the link so you can, for example, set the link to expire in two days.

The email branding and email account can be changed to your own organisation if you have a SMEStorage Organisation account.

Email sharing (multiple files)

You can use the cloud clipboard from the Rich File Manager to add files that you want to share. Once you have added all the files you want to share, you can again set expiry links and the email that is sent is done using the SMEStorage branding and the recipient needs to login to SMEStorage or create a free account to access the files.

As above the email branding and email account can be changed to your own organisation if you have a SMEStorage Organisation account.

Sharing via URL

You can get a SMEStorage URL or TinyURL for any file and you can send this to a anyone via email or use in a blog etc. They will not require a SMEStorage account to access the file. This URL does not expire and will only be unusable if you change any details of the file otherwise it will always be able to be used to download the file.

Public Files

You can set a file to be public from the web, windows tools or from the mobile clients. Once a file is made public it is accessible from your public files page which you can find on your sidebar when you login to SMEStorage. You can share the link to your public files page and users do not need to be logged in to access it. All files shared on this page are indexable by search engines and available for anyone to download.

Collaboration Groups

You can setup business Collaboration groups as a mechanism to share files. Once you have setup a group and invited users, any files that you share with the group will automatically generate an email with the file link to all other users in the Group. Other users can also be collaborators and can share files with the group in this way.  This is a great way to manage partners for example in which you want them to have the latest updated content and white papers without having to directly email each one.

Mixing and Matching the above way to share files with Encryption

All of the above options can be mixed with file encryption, even when making file public. You could for example, choose to make 1o files public, all of which are encrypted and no-one would be able to download them without the password key that you provide. The same approach works for files shared over email, or via URL or even with collaboration group members.

For example we have a user who wanted to figure out the best way of having his users access file without having to login but without making the file available to any users who came across them. To this end he uploaded his files to Amazon S3 and encrypted them on upload. He shared the public url of the page with his  user-base but gave them the key to access the files.

One last note is that we would ask you to please review our Terms of Use before sharing files. Our platform cannot be used for sharing copyrighted content, such as movies, Mp3’s or e-books.

Facebooktwitterredditpinterestlinkedinmailby feather

Guide to creating a multi-OS shared Linux Cloud Drive with SAMBA using The File Fabric

The File Fabric provides a Linux cloud drive that can be mounted on a file system and then used as a normal drive. Samba allows file and print sharing between computers running Windows and computers running Unix. Samba sets up network shares for chosen Unix directories (including all contained subdirectories). These appear to Microsoft Windows users as normal Windows folders accessible via the network.

A File Fabric Cloud Drive can be set up as a shared drive on a Linux file server allowing you to share it amongst many users on your network. This is useful if you want to share cloud resources from a single user account across many users.

Here is a step by step guide to configuring Samba and the File Fabric Linux drive. First, make sure you have installed Samba. Samba is included with most of the Linux distributions. For this we are using CentOS 5.5.

1. Make a backup of your /etc/samba/smb.conf file and then edit the smb.conf file (Make sure the workgroup is the same as the workgroup windows machines belong to.). It should have the following:

[global]
workgroup = WORKGROUP
encrypt passwords = yes
[smedrive]
comment = smedrive mount
path = /export/sme
read only = no

For further information on Samba configuration file please see http://www.samba.org/samba/docs/using_samba/ch06.html

2. The File Fabric Linux drive uses the open-source Fuse code and the out-of-the-box settings do not allow sharing in this manner. Therefore we need to  create a file /etc/fuse.conf with the following one line content and after we do that the machine needs to be rebooted for it to take effect.

user_allow_other

For further information on Fuse please see http://sourceforge.net/apps/mediawiki/fuse/index.php?title=Fuse.conf

3. Create the directory where we will mount the drive:
# mkdir -p /export/sme
# chmod 1777 /export/sme

4. Add linux and samba users:
# groupadd smeuser
# useradd -m -n -ppassword -gsmeuser smeuser
# smbpasswd -a smeuser

New SMB password:
Retype new SMB password:
Added user smeuser.
#
5. In the File Fabric Client select File →Advanced and check share your drive check box. Mount the the File Fabric Linux drive make sure the mount folder is /export/sme. By default the File Fabric drive mounts with the “allow_other” option enabled.

6. Start the samba services

# service smb start

Starting SMB services:                                     [  OK  ]

Starting NMB services:                                     [  OK  ]

#

7. Test the samba services.

8. If everything has gone correctly so far you can now mount the shared drive in windows and from the Finder in Mac OSX (using ‘Connect to Server->Go’) and any platform that supports SMB protocol

For windows make sure the workgroup is the same as defined in smb.conf file and you can ping the Linux machine.

9) Open a command prompt and run the command

net use t: file://localhost/smb/::172.16.195.161:smedrive /user:smeuser password

10. Open explorer you will see the drive appear in explorer

Facebooktwitterredditpinterestlinkedinmailby feather

SME enhance Amazon S3 RRS Bucket and file conversion with visual identification of RRS files

As per our prior blog post, we added support for users who use Amazon S3 with their own keys to be able convert Amazon S3 buckets and files to Amazons new Reduced Redundancy Storage, which can results in some big savings from a cost perspective.

Since then, we’ve had lots of our individual professional and business users want two extra things:

1. The ability to convert individual files

2. The ability to visually see which files are RRS S3 files.

In the last revision of our platform which was upgraded last night we added both these features. If you add files to the Cloud Clipboard, you can now choose to have these processed as RRS files. This is done from My Account->Providers->Amazon S3-Settings.

Once converted the files look different from normal Amazon S3 files which have the Amazon logo as they have a small red identifier in the bottom left corner to mark them out as RRS files. You can of course choose to convert individual files or buckets back from RRS to S3 any time you wish

Facebooktwitterredditpinterestlinkedinmailby feather

Using the SME Data Access Platform with Cisco Smart Storage

Cisco Smart Storage is a high-speed network attached storage solution that is affordable for SMB’s as well as the Enterprise. Cisco Smart Storage supports WebDav which means you can easily take advantage of the SMEStorage Data Access Platform to access and manage your files.

Cisco SMart Storage supports  WebDAV which means the  the Cisco Smart Storage NAS user will be able to access shared folders from SMEStorage Data Access Clients, such as the Web, Operating Systems, and of course iPhone, iPad, BlackBerry and (soon) Android clients.

To work with Cisco Smart Storage with SMEStorage you first need to enable WebDav support. This can be done from Network Services->Web Server from the Smart Storage config screens.

Next you need to setup WebDav access rights for shared folders.You can do this by choosing Network Shares->Shared Folders and click WebDav Access control in the Action column, and then setup the access rights for the folder.

Now you are ready to configure your Smart Storage to be accessed from SMEStorage. First sign up for a free account and choose the “WebDav compliant storage” package. Once you have registered, log in and you can then enter your Smart Storage WebDav details.

Once completed you can access your SmartStorage anywhere in the world via the web, use sophisticated Windows sync tools to sync files from your desktop, access your storage with rich business and collaboration functionality from your iPhone / iPad and BlackBerry, and have access to much more tools and clients that can be found on our Tools page. Additional to this you can also upgrade to a multi-cloud account to see an aggregated view of all your public and private cloud storage files. For example you could see all your Cisco Smart Storage, Google Docs, and Microsoft SkyDrive files all from one Virtual Cloud File System (VCFS).

Facebooktwitterredditpinterestlinkedinmailby feather

View your Docs from S3, RackSpace, Azure + more via Google Viewer with SME on iPad, iPhone, Android

Google has rolled out support for Google Viewer on iPhone, iPad and Android devices. This is great news for File Fabric users as the web version of the File Fabric is integrated with Google Viewer (and additionally Microsoft Office and Zoho Office  viewers) which means you can now easily view PDFs, .ppt, .doc and .docx files within the browser without downloading the file to the device.

The File Fabric’s Global Cloud File System (GCFS) works directly from the web on these devices, and is integrated with Google Viewer. This means that using Google Viewer to view supported files will work for all the Storage Clouds the File Fabric supports  which include Amazon S3, RackSpace, OneDrive, Box, Google Drive, Azure, plus any of the other 60+ compatible clouds that the File Fabric supports.

Facebooktwitterredditpinterestlinkedinmailby feather

Adobe Air example of using SME API’s

**This application is now deprecated

The SME multi-cloud API has been used in a variety of tools. It is what is used in our iPad/iPhone, BlackBerry, Windows, Linux and Mac clients. From a language perspective this means Objective C, Java (J2ME), .net, Delphi, PERL, Ruby and of course HTML and PHP. The API is very rich and targetting this API means you can address over 10 storage clouds by binding to one API.

To see how easy it was to use for other users we gave the API to a company and asked them to create an Adobe Air mockup that used the API. What they came back with in a short space of time was impressive.

Facebooktwitterredditpinterestlinkedinmailby feather

iPad version of iSMEStorage submitted to Apple

We’ve submitted the iPad version of iSMEStorage to the Apple App Store. We don’t want to say too much about this until its approved but you can it really does add something to the iPad as you can have up to 10 storage clouds in the palm of your hand. As soon as its approved we will publish a fully featured post, but in the meantime there are some images below to whet your appetite !

Facebooktwitterredditpinterestlinkedinmailby feather

SME Muti-Cloud Storage Virtualisation DashBoard Chrome Extension available

**This extension is deprecated**

We’ve released our Multi-Cloud SMEStorage Virtualisation Dashboard today on Google’s Chome extension site. This Dashboard enables you to manage and work with your storage clouds from one view, just like the rest of the SMEStorage Data Access Clients. Up  to 10 Clouds can be managed from one Virtual Cloud File System (VCFS) and the data is integrated with some web 2.0 viewers and editiors such as Google’s viewer and Zoho office.

 

 

 

 

 

 

The extension supports: Microsoft SkyDrive; Micrsoft Live Mesh, Google Docs, Amazon S3, MobileMe, RackSpace Cloud Files, Amazon S3, GMail (GDrive), Email (EDrive), FTP, Mezeo Personal Storage Cloud, and WebDav enabled clouds.

Facebooktwitterredditpinterestlinkedinmailby feather

Organisation Cloud Updates

We have changed some of the default options for our Organisation Cloud offering. The changes are:

– We now expose the bandwidth so that you can monitor and bill individual or departmental use within your Organisation. This is also exposed in our API for integration with billing and chargeback systems.

– We have  now made the Organisation file usage logs filterable and available for export in .csv and .xls format

– We’ve made default the option for users to be added manually rather than requiring an email activation

– We’ve made default the option for folders to be converted into Organisation public folders. You can do this from the Rich Cloud File Manager and highlighting the folder and clicking on the “rename” icon. You will notice a new option, “convert to Org folder”. User permissions can then be set on these folders as normal.

– We’ve added the ability for the Organisation Admin to force encryption for all files with a key of the Admin’s choosing.

Future updates:

The next major update will involve the ability to integrate Activity Directory (AD) domains, LDAP  and OpenID integration.

Facebooktwitterredditpinterestlinkedinmailby feather

Microsoft change Live SkyDrive & Integrate it with Office Live

Microsoft updated SkyDrive overnight and it is now integrated it with Office Live, meaning you can edit your office documents directly from within SkyDrive. They also changed their authentication and upload mechanism which has means our sync mechanism no longer works with SkyDrive. We are fixing this now and will post an update as soon as this is done.

Update: This is now resolved and you can access SkyDrive as normal via the SMEStorage gateway and data access tools.

Facebooktwitterredditpinterestlinkedinmailby feather