Skip to content

Instantly share code, notes, and snippets.

@scemama
Created January 26, 2015 09:26
Show Gist options
  • Save scemama/2d17db82cf4fa68003a5 to your computer and use it in GitHub Desktop.
Save scemama/2d17db82cf4fa68003a5 to your computer and use it in GitHub Desktop.
Seafile commands
init:
seaf-cli init [-c <config-dir>] -d <parent-dir>
start:
seaf-cli start [-c <config-dir>]
stop:
seaf-cli stop [-c <config-dir>]
Download:
seaf-cli download -l <library-id> -s <seahub-server-url> -d <parent-directory> -u <username> -p <password>
sync:
seaf-cli sync -l <library-id> -s <seahub-server-url> -d <existing-folder> -u <username> -p <password>
desync:
seaf-cli desync -d <existing-folder>
create:
seaf-cli create -s <seahub-server-url> -n <library-name> -u <username> -p <password> -t <description> [-e <library-password>]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment