cec cp
Copy files from A to B within your remote server
Synopsis
Copy files from one location to another within a single Pydio Cells instance. To copy files from your local machine to your server (and vice versa), rather see './cec scp' command.
./cec cp [flags]
Examples
# Copy file "test.txt" from workspace root inside target "folder-a":
./cec cp common-files/test.txt common-files/folder-a
# Copy a file from a workspace to another:
./cec cp common-files/test.txt personal-files/folder-b
# Copy all the content of a folder inside another
./cec cp common-files/test/* common-files/folder-c
Options
-h, --help help for cp
Options inherited from parent commands
-c, --config string Path to the configuration file
SEE ALSO
- ./cec - Connect to a Pydio Cells server using the command line