Stop Google Drive
Second post of my Stop Google serie.
What is it?
I don't directly use Google Drive. But from what I understand it's an online data storage and synchronization service.
Alternatives
There is of course the very old standard way by running your own FTP server… which is a bloated unsecure old protocol which was fine when it was created… in 1971.
You can achieve what FTP was doing and much more in a very secure way with an SSH server… but in both cases, not really user friendly, sharing with other people can be cumbersome and synchronization is not built-in.
More rencently (2007), and still standard, the WebDAV protocol was released. File versioning and sharing over the web. Some of proprietary online data storage services I have seen are using some kind of WebDAV underneath (like OVH's hubiC).
And the best alternative I know is ownCloud. It does a lot more than cloud storage, but for that part it has a nice web interface, it works over WebDAV and they provide synchronization client softwares for desktop and mobile phones that are better than regular WebDAV clients.