High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
Go to file
2013-02-20 19:54:51 +08:00
app fixed some distribute problems 2013-02-20 19:54:51 +08:00
common Merge branch 'server-addr' 2013-02-20 15:23:18 +08:00
controller improve some Makefile.am 2013-01-28 10:20:39 +08:00
daemon Merge branch 'server-addr' 2013-02-20 15:23:18 +08:00
data Change ccnet_daemon_down icon 2012-11-12 11:12:24 +08:00
debian [client] rename ccnet-web.sh to seafile-web 2013-01-31 17:00:48 +08:00
doc [client] add manpage for seaf-cli 2013-02-20 15:22:45 +08:00
gui Merge branch 'server-addr' 2013-02-20 15:23:18 +08:00
httpserver [http] Avoid recursive call of bufferevent write callback when https is in use. 2013-02-19 11:30:56 +08:00
include Merge branch 'server-addr' 2013-02-20 15:23:18 +08:00
lib improve "make dist" and "make clean" 2013-02-04 21:24:32 +08:00
m4 add i18n support in applet 2012-10-30 10:53:07 +08:00
monitor Fix some compile warnings. 2013-01-26 12:01:57 +08:00
msi update version to 1.4.5 2013-01-30 13:19:26 +08:00
po [client] improve sync notification 2013-01-28 15:46:35 +08:00
python [client] edit server address of a repo 2013-02-05 16:07:05 +08:00
scripts fixed some distribute problems 2013-02-20 19:54:51 +08:00
server Update check-tx processor to v3. 2013-02-05 19:10:02 +08:00
tests make distcheck pass 2013-01-30 13:57:53 +08:00
tools improve seafile-admin 2013-02-01 20:37:22 +08:00
web [client] edit server address of a repo 2013-02-05 16:07:05 +08:00
.gitignore [client] rename ccnet-web.sh to seafile-web 2013-01-31 17:00:48 +08:00
autogen.sh For compile and pack in Mac 2012-12-04 22:47:20 +08:00
configure.ac [client] add man pages for programs 2013-01-31 17:00:49 +08:00
LICENCE.txt Add GPL Licence 2012-11-05 11:35:02 +08:00
Makefile.am improve "make dist" and "make clean" 2013-02-04 21:24:32 +08:00
README.markdown Modify readme 2013-02-02 19:29:59 +08:00
seafile-web.in [client] rename ccnet-web.sh to seafile-web 2013-01-31 17:00:48 +08:00
setupmac.sh [mac] Update version to 1.4.1 2013-01-17 18:57:57 +08:00
setupwin.py fixed some distribute problems 2013-02-20 19:54:51 +08:00
updateversion.sh Add script to update the version number in MacOS 2013-01-26 12:01:13 +08:00

Introduction

Seafile enables you to build private cloud for file sharing and collaboration among team members in your company/organization.

First you create a file library in the web and upload files to it. Then you share it into a team or with another user.

File libraries can also be synchronized among computers and mobile devices. You download a library to your PC. Whenever you add, delete or edit a file, the latest version be uploaded to the server automatically and then be synchronized to everyone's computer.

Feature Summary

Seafile can be used to build a full-fledged cloud storage platform. It has following features:

  1. Each library can be synced separately.
  2. Sync with existing folders.
  3. Groups, users can create and join groups.
  4. File revisions.
  5. File comments, event notifications,
  6. Library encryption with a user chosen password.

Compared to other open-source Dropbox-like projects, such as https://github.com/hbons/SparkleShare, Seafile has several advantages:

  1. Mature, reliable, production-ready file syncing algorithm.
  2. Doesn't depend on Git.
  3. Not a Dropbox-clone, but a newly designed product for teamwork.

Internal

Seafile uses GIT's version control model, but simplified for automatic synchronization, and doesn't depend on GIT. Every library is like a GIT repository. It has its own unique history, which consists of a list of commits. A commit points to the root of a file system snapshot. The snapshot consists of directories and files. Files are further divided into blocks for more efficient network transfer and storage usage.

Differences to GIT:

  1. Automatic syncing.
  2. Clients do not store file history, thus avoids the overhead of storing data twice. GIT is not efficient for larger files (such as images).
  3. Files are further divided into blocks for more efficient network transfer and storage usage.
  4. File transfer can be resumed.
  5. Support different storage backends on the server side.
  6. Support downloading from multiple block servers for accelerating file transfer.
  7. More user-friendly file conflicts handling similar to Dropbox (Add user's name as suffix to conflicted file).
  8. Gracefully handles corner cases that user modifies files when auto-sync is running. GIT is not designed to work in these cases.

Build and Run

See https://github.com/haiwen/seafile/wiki

Contact

Twitter: @seafile

Google Group: https://groups.google.com/forum/?fromgroups#!forum/seafile