modify-community
Modify a community or a share.
Syntax:
shell
sfiler-admin [options] modify-community [command options]
Command options | Required/Optional | Description |
---|---|---|
-c | Optional | Compression Level: 1 (NONE), 2 (ZIP). Default: 1 |
-cq | Optional | Community quota in Mo. |
-d | Optional | True or False: Set to true to display files that are partially uploaded or still being processed by extensions. Default: true |
-f | Optional | Description (ex: Exchange between accounting and billing) |
-fq | Optional | Maximum file size in Mo. |
-mv | Optional | True or False: Set to true to keep multiple versions of the files in this community. Uploading a file with the same name will create a new version of the file. Default: false |
-n | Required | Name (ex: Accounting and Billing) |
-nd | Optional | True or False: Set to true to enable mail notification when a file is deleted in the community. Default: false |
-nr | Optional | True or False: Set to true to enable mail notification when a file is received (downloaded) by a recipient. Default: false |
-nu | Optional | True or False: Set to true to enable mail notification when a file is uploaded in the community. Default: false |
-rename | Optional | The new name of the community |
-s | Optional | Security Level (encryption): 1 (NONE), 2 (DES), 3 (2DES), 4 (3DES), 5 (AES-256). Default: 5 |
-tc | Optional | Number of times that files can be downloaded by default in this community |
-td | Optional | Number of days to retain files by default in this community |
-th | Optional | Number of hours to retain files by default in this community |
-u | Optional | True or False: Set to true to allow uploading files to only a subset of community members in this community. Default: true |
Example:
shell
sfiler-admin.exe -l sfiler-master -p 012345 -s https://www.sfiler.com/sfiler/server/ modify-community -n "my-community" -f "My community description modified"