You are not logged in.

#26 2009-10-07 13:08:35

scio
Member
From: Buffalo, NY
Registered: 2008-08-05
Posts: 366

Re: dropbox like functionality

crankyadmin wrote:

VPS + Unison = Free Open Source Drop Box clone.

I've been doing it for years. And never failed me once.

EDIT: My VPS costs me $15 a month for 50Gb

Unison uses exactly what I was talking about before, remote shell or socket.  However it requires a server, and then a star topology for more than 2 machines.
It seems like a DVCS backend to unison might be a good place to start if someone wanted a quick way to start doing this.  However, I don't know much about OCaml, and I think starting from a distributed approach might lead to better results.

As iphitus said though, the real nice parts about dropbox are the sharing and web ui.

Offline

#27 2009-10-07 14:32:24

dalingrin
Member
Registered: 2009-03-18
Posts: 128

Re: dropbox like functionality

Rsync could be replaced by any other file transfer mechanism. As others have stated, the push could send the list of changes and the client would transfer those files. If security allows, you could just transfer files with SCP.

Offline

#28 2009-10-07 16:51:39

Vintendo
Member
From: Netherlands
Registered: 2008-04-21
Posts: 375
Website

Re: dropbox like functionality

Offline

#29 2009-10-07 18:18:12

scio
Member
From: Buffalo, NY
Registered: 2008-08-05
Posts: 366

Re: dropbox like functionality

Essentially, what we thought of here.  Again though, requires a server.  I would still like to look into making a distributed version that is server-less just for file syncing.

Offline

#30 2009-10-07 18:26:07

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: dropbox like functionality

Thank you, vintendo. I'll give that a try as it appears to fit the specs I set out in the OP.


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#31 2009-10-07 19:35:14

dalingrin
Member
Registered: 2009-03-18
Posts: 128

Re: dropbox like functionality

scio wrote:

Essentially, what we thought of here.  Again though, requires a server.  I would still like to look into making a distributed version that is server-less just for file syncing.

My suggestions were in reference to what the OP wanted.

Vintendo wrote:

take a look at this: http://fak3r.com/2009/09/14/howto-build … box-clone/

Thats perfect.

Last edited by dalingrin (2009-10-07 19:40:03)

Offline

#32 2009-10-08 01:39:38

scio
Member
From: Buffalo, NY
Registered: 2008-08-05
Posts: 366

Re: dropbox like functionality

dalingrin wrote:

My suggestions were in reference to what the OP wanted.

Any my comment was in response to the post before, it:

Vintendo wrote:

take a look at this: http://fak3r.com/2009/09/14/howto-build … box-clone/
Thats perfect.

I understand these fit the OP's request, they are all just similar to what we have been discussing.

Offline

Board footer

Powered by FluxBB