cec share

Share a single file or folder

Synopsis

DESCRIPTION

Create a public link that adds public access to the passed path on the server.

EXAMPLES

1/ Create a link with a technical ID $ ./cec share common-files/MyPublicImage.jpg Public link created at https://pydio.example.com/public/479cc5dbdf8b

./cec share [flags]

Options

  -h, --help   help for share

Options inherited from parent commands

      --config string     Location of Cells Client's config files (default: /home/teamcity/.config/pydio/cells-client/config.json)
      --login string      The user login, for Client auth only
      --no_cache          Force token refresh at each call. This might slow down scripts with many calls
      --password string   The user password, for Client auth only
      --skip_keyring      Explicitly tell the tool to *NOT* try to use a keyring, even if present. Warning: sensitive information will be stored in clear text
      --skip_verify       By default the Cells Client verifies the validity of TLS certificates for each communication. This option skips TLS certificate verification
  -t, --token string      A valid Personal Access Token (PAT)
  -u, --url string        The full URL of the target server

SEE ALSO

  • ./cec - Connect to a Pydio Cells server using the command line
Auto generated by Cells Client v4.1.0 on 21-Feb-2024
Back to top