Skip to main content

ShareFile Introduces Cloud-Based File Syncing For The Enterprise

File-sharing services are getting pretty sophisticated these days, using the cloud to do a lot of the heavy lifting when it comes to not only transferring files, but managing them as well. ShareFile, a fast-growing company founded five years ago which is based in Raleigh, North Carolina, is releasing a new product called Sync today targeted at enterprises that want an easier way to sync files between desktops and servers. ShareFile competes with services such as Dropbox and Box.net, but is more focussed on IT departments.
Like Dropbox, ShareFile allows you to choose a folder on your computer (PC or Mac) to sync to the cloud. Where ShareFile differs from something like Dropbox is that it makes it easier to sync the same files with multiple users and other advanced workflows. For instance, you can set up one-way syncs just for updating files from a master source, as well as two-way syncs to capture updates from all machines. Also, ShareFile maps to your computer’s existing file structure, so you don’t have to place a file in a special folder to make sure it syncs. Once they are synced, the files are accessible via the Web and mobile as well.
ShareFile charges a subscription for its services, and Sync will either cost $10 extra per month, or be included, depending on the subscription level. WIthin the next two months, ShareFile plans on introducing an even more robust Enterprise Sync product which will run on Linux and Windows servers, and allow for file sync scheduling and prioritization.

Source : http://techcrunch.com/

Comments

Popular posts from this blog

How to find who is invisible or blocked you on Google Gtalk

So guys are you ready to know that which of your friend has blocked you on google talk. Whenever you noticed a contact in your Gtalk/Google Talk has not been online for some time, have it ever crossed your mind you’ve been blocked? If you are curious in finding out who actually blocked you in Gtalk, here’s a workaround you can try. This following method we attempt to show make use of a chat client call Pidgin. STEPS TO FIND WHO IS INVISIBLE OR BLOCKED YOU ON GOOGLE CHAT: 1. Download, Install Pidgin Click here to download Pidgin chat client. If you already have Pidgin installed, you may skip this step. 2. Configure Pidgin for GtalkYou’ll probably start with the below screen. Click the Add button. "Accounts -> Manage Account" will also bring you to the same screen. Let’s add Gtalk to Pidgin. Configure Pidgin Welcome Screen Clicking Add will allow you to add new Gtalk account. The following two screenshots show what you need to fill up for Basic and Advance tab, pay...

How to download Youtube videos

Here I'm going to tell you all how to download youtube videos without having youtube downloader in very easy way. Step 1 : Suppose this is ur youtube video link http://www.youtube.com/watch?v=ZtL4qfp6Ehk Step 2 : Now all you have to convert youtube into voobys Means http://www.voobys.com/watch?v=ZtL4qfp6Ehk Step 3 : Download the video

How to write a FaceBook Application in 10 minutes June 18

Writing F8 apps is where it’s at right now. Everybody knows it. The userbase is huge and now we have a (free) API to. Everything is good….but the documentation. I As far as I can tell, Facebook allows you to create applications that appear to the user in 2 different areas. 1 - The profile. This the ‘main user page’ as far as Facebook is concerned. Here is where your main summary details are displayed and your comments wall. It would be great to have your widget displayed here, but the big limitation is that applications that use javascript are not allowed here (You must use FMBL, the facebook version of HTML). Too bad for me. What we can do is display a small ad to take the user to the Canvas page. 2 - The ‘Canvas page’. This is an entire page that your application gets to use (you can have multiple pages if you want). On these pages you can choose to display content from another website through an iframe, so that is what we’re going to do. Ok, thats it for the overview. Start...