How does the DropBox Mac client work?

前端 未结 6 648
我寻月下人不归
我寻月下人不归 2021-02-02 01:47

I\'ve been looking at the DropBox Mac client and I\'m currently researching implementing a similar interface for a different service.

How exactly do they interface wit

6条回答
  •  清酒与你
    2021-02-02 02:28

    Dropbox on the client is written in python. The client seems to use a sqlite3 database to index files. I suppose Dropobox split a file in chunks, to reduce bandwith usage. By the way, it two people has the same file, even if they do not know each other, the server can optimize and avoid to transfer the file more times, only copying it on the server side

提交回复
热议问题