Android Cloud File Manager updated

We have updated our Android Cloud File Manager application today in Google Play and on our site. The new version adds supports for:

– iCloud
– Google Drive
– BaseCamp
– Office365

It also features a dedicated settings section where the various App settings are now consolidated. The App also now supports copy and paste between Clouds, an often requested feature.

For a brief overview please check out the video below:


Facebooktwitterredditpinterestlinkedinmailby feather

ExtJS Storage enabled Portlets – integrated with Google Docs, Amazon S3 + 10 other storage clouds

We’ve recently been doing some integration work with a large engineering company that has been focused on integrating multiple clouds with their Portal framework which in this case is Ext JS. Ext (pronounced “Eee Eks Tee”) is a JavaScript library for building interactive web applications using techniques such as Ajax, DHTML and DOM scripting. It has gained quite a following and is a popular choice for a Portal infrastructure.

The main advantage of that ExtJS has over other frameworks is its component-oriented model which leads to a consistent and easy to use API to build widget-based interfaces. It also now features integrated touch sensitive web apps using HTML5 which makes it an even stronger Ajax tools and Portal framework

The integration that we have done for the engineering company is going to be  key to enabling data access for storage clouds when users sign into the Portal. Clouds such as S3, and internal storage clouds, will be mapped into the on-premise SMEStorage Cloud Gateway appliance. Authentication is being handled by integration with an internal identity management server so that single sign-on can be accomplished.

The real power of the on-premise appliance and the rich API is that not only can users use the Portal to access files, they can also use the white label version of the Windows / Mac / Linux desktop tools , and also the Android, BlackBerry, iPhone, IPad mobile clients.

If you are interested in integrating ExtJS with an on-premise Cloud Gateway then please contact us

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

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

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