upload
Copy files or directories from your local host into an isolated Linux sandbox for execution.
Instructions
Copy a file or directory from the host into the sandbox.
Args: local_path: Absolute path on the host (file or directory). sandbox_path: Destination path inside the sandbox (default: /workspace). sandbox: Named sandbox to use (default "default")
Returns: Confirmation with transferred file count and size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_path | Yes | ||
| sandbox_path | No | /workspace | |
| sandbox | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |