Skip to content

add-community

Add a new community or share.

Syntax:

shell
sfiler-admin [options] add-community [command options]
Command optionsRequired/OptionalDescription
-nRequiredName (ex: Accounting and Billing)
-cOptionalCompression Level: 1 (NONE), 2 (ZIP) Default: 1
-cqOptionalCommunity quota in Mo.
-dOptionalTrue or False: Set to true to display files that are partially uploaded or still being processed by extensions. Default: true
-fOptionalDescription (ex: Exchange between accounting and billing)
-fqOptionalMaximum file size in Mo.
-mvOptionalTrue 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
-ndOptionalTrue or False: Set to true to enable mail notification when a file is deleted in the community. Default: false
-nrOptionalTrue or False: Set to true to enable mail notification when a file is received (downloaded) by a recipient. Default: false
-nuOptionalTrue or False: Set to true to enable mail notification when a file is uploaded in the community. Default: false
-sOptionalSecurity Level (encryption): 1 (NONE), 2 (DES), 3(2DES), 4 (3DES), 5 (AES-256). Default: 5
-tcOptionalNumber of times that files can be downloaded by default in this community
-tdOptionalNumber of days to retain files by default in this community.
-thOptionalNumber of hours to retain files by default in this community.
-uOptionalTrue 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 01234 -s <https://www.sfiler.com/sfiler/server/> add-community -n "my-community" -f "My community description"