2

I saw this somewhere, but I can't remember where.

Where can I find, for Mac OS X, a system that automatically syncs a folder to your web server, sort of like Dropbox does? The idea being that I can edit code on my computer, and it automatically updates it on the server.

It seems so simple, but I can't for the life of me find the service.

Thanks!

4

2 回答 2

1

Dropbox's web interface IS a web server. But I presume you mean your own server.

So put dropbox on your own server, and have the server serve the dropbox files.

于 2009-12-04T13:25:43.777 回答
1

rsync似乎做你想做的事。

于 2009-09-11T18:33:21.153 回答