operations_movefile
Move a single file from one remote path to another. Specify source and destination remotes and paths to transfer the object.
Instructions
Move a single file — Moves one object from a source remote and path to a destination remote and path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dstFs | No | Destination remote name or path where the file will be moved. | |
| srcFs | No | Source remote name or path containing the file to move. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| dstRemote | No | Destination path within `dstFs` for the moved object. | |
| srcRemote | No | Path to the source object within `srcFs`. |