Created
January 26, 2015 09:26
-
-
Save scemama/2d17db82cf4fa68003a5 to your computer and use it in GitHub Desktop.
Seafile commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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