Copy files
copy_filesCopy files between a host and a container. Use id:path for container paths and host paths within allowed roots.
Instructions
Copy files between host and container. Container paths use ':'. Host paths must be inside the allowed roots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source path (host path or <id>:<path>) | |
| destination | Yes | Destination path (host path or <id>:<path>) |