- Is the Cisco MARS mission going to abort?
- First iPhone worm spreads Rick Astley wallpaper
- 10 stunning 3D buildings made with Google SketchUp
- Open source software ready for big business
- Four reasons to buy (and one reason to avoid) the Droid
In my Network World Web Applications Alert newsletter I recently covered a terrific service (in beta, natch) called Dropbox published by Evenflow.
Dropbox is a cross-platform, multiple-endpoint, file synchronization system. It creates a special folder called "Dropbox" in the local file system of a group of PCs. Drop a file into this folder on one machine and it appears in all of the other machines' Dropbox folders. This facility is incredibly useful for collaborative projects and the distribution of specialized content such as templates.
The actual file transfer is done blockwise (that is, using only file deltas) in the background to minimize perceived performance impact, and the actual transfer is mediated by the Dropbox servers which allows synchronization between machines isolated by firewalls because Dropbox only uses ports 80 and 443 (that's HTTP and HTTPS, respectively). An important feature is that all data transfers are secure and storage on the Dropbox servers is encrypted with 256-bit AES.
What's really impressive about Dropbox is you can install it on Windows (XP and Vista are supported, although it seems to work just fine on Windows 2003 SE) and OS X (Tiger and Leopard). Even better, a Linux version is in the works.
You can create subfolders under the Dropbox folder and share them with other Dropbox users outside of your group, and the Dropbox Web interface provides control of sharing, a log of all file additions and deletions, and recovery of deleted files; and you can add comments to shared folders. Finally, as if all that weren't enough, you can just log in directly to the Dropbox Web site and upload and download files, which provides you with access even from machines that don't have Dropbox installed.
During the beta (drop me a note to gearhead@gibbs.com with the subject "dropbox" and I'll send you an invite) you are limited to 2GB of shared storage. When Dropbox comes out of beta the company plans to reduce that to 1GB for free accounts (beta users get to keep their 2GB limit). In their FAQ the company notes that there have been requests for self hosting and to use Amazon Simple Storage Service (Amazon S3) as the back end, but it makes no promises as to when it might deliver these features.
It's got to be said: Dropbox is a work of genius. It does what it claims to do better than any other service I've seen and transparently enough that you could deploy it to inexperienced users.
Partner Content
Blue Stripe Software
www.bluestripe.com/
Improving Application Performance Troubleshooting
Diagnosing why an application is slow is hard, at times taking days or weeks to isolate and resolve. This paper explains the challenges involved using current management tools, provides a 'wish list' for application management and analysis, and explains the need for an application system-wide approach that monitors entire applications, not components.
Download Whitepaper
Virtual Vigilance: Managing Application Performance in Virtual Environments
This paper highlights the impact of virtualization on application performance. "Managing Application Performance in Virtual Environments" states: "Best-in-Class organizations are predominately taking actions around improving visibility across both physical and virtual systems, assessing the business impact of application performance and understanding interdependencies of applications in virtualized environments."
Download Whitepaper
Application Service Requests: The Missing Link for Pragmatic ITSM
Forrester Research analyst Glenn O'Donnell and BlueStripe co-founder Vic Nyman discuss a breakthrough approach to application problem management. Learn the new approach for ITSM problem management, which provides: Rapid isolation of application slow-downs to specific components for quick problem resolution, 24/7 monitoring for proactive notification of potential issues before end users are impacted and much more.
Register for Webcast
Comments (5)
Other sync toolsBy gmartin on July 29, 2008, 9:21 amThere is an open-source cross-platform sync tool called unison http://www.cis.upenn.edu/~bcpierce/unison/ You may want to take a look.
Reply | Read entire comment
Oh, yeah - rsyncBy Anonymous on July 29, 2008, 1:28 pmWhat I failed to mention is that I recently installed a Windows rsync server so I can sync photos & music between my WinXP & Linux box. I used deltacopy server http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp for...
Reply | Read entire comment
DropboxBy Anonymous on July 31, 2008, 11:35 pmApparently Gibbs has never heard of CVS servers and SSH/scp scripts.
Reply | Read entire comment
SyncplicityBy Anonymous on August 4, 2008, 3:07 pmBetter than DropBox. You don't have to keep your files in pre-specified folders.
Reply | Read entire comment
iDisk anyone?By Anonymous on August 25, 2008, 7:57 amFrom the description this (dropbox that is) sounds like what Apple's iDisk has been doing for years, including the sharing and web access part.
Reply | Read entire comment
View all comments