comparison doc/libervia-cli/file_share_configuration.rst @ 3488:c80a0f864b5d

doc: updated doc following global renaming
author Goffi <goffi@goffi.org>
date Sun, 21 Mar 2021 18:23:58 +0100
parents doc/jp/file_share_configuration.rst@7ebda4b54170
children 267e4987b58b
comparison
equal deleted inserted replaced
3487:75427f0a5445 3488:c80a0f864b5d
1 .. _libervia-cli_file_share_configuration:
2
3 =========================================================
4 file/share/configuration: file sharing node configuration
5 =========================================================
6
7 ``configuration`` commands are use to check or modify settings of a file sharing node.
8 This is not standard and specific to SàT file sharing component.
9
10 The configuration is similar as pubsub one.
11
12 Only ``access_model`` can be used so far, with the ``open`` or ``whitelist`` values.
13
14
15 get
16 ===
17
18 Retrieve file sharing node configuration.
19
20 example
21 -------
22
23 Get configuration of a file sharing node::
24
25 $ li file share configuration get -P "/some/path" louise@files.example.org
26
27 set
28 ===
29
30 Set configuration of a file sharing node.
31
32 example
33 -------
34
35 Make a repository public::
36
37 $ li file share configuration set -c files.example.net -P "/public_files" -f
38 access_model open