cec mkdir
Create folder(s) in the remote server
Synopsis¶
DESCRIPTION
Create a folder in the remote Cells server instance. You must specify the full path, including the slug of an existing workspace.
If parent folder does not exists, the command fails unless the '-p' flag is set. In such a case, non-existing folders are recursively created.
Warning: even if '-p' flag is set, trying to create a folder in an unknown or non-existent workspace fails with error.
EXAMPLES
# Simply create a folder under an already existing folder 'test' in 'common-files' workspace ./cec mkdir common-files/test/new-folder
# Create a full tree ./cec mkdir -p common-files/a/folder/that/does/not/exits
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- ./cec - Connect to a Pydio Cells server using the command line
Auto generated by Cells Client v4.2.1 on 4-Nov-2024