seafile_copy
Copy files or directories within Seafile libraries to duplicate content across locations in cloud storage.
Instructions
Copy a file or directory within a Seafile library.
Args:
repo_id: The library/repository ID.
src_path: The path of the file or directory to copy.
dst_path: The destination directory path.
Returns:
OperationResult indicating success or failure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_id | Yes | Library/repository ID | |
| src_path | Yes | Source path of file or directory | |
| dst_path | Yes | Destination path (directory where copy will be placed) |