Perform Copy File
Copies a specified file or directory to another location.
Workflow inputs – Perform Copy File
Call Workflow Input | Description | Required? | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | n/a |
source | The source file or directory to copy. | Yes | n/a |
destination | The destination file or directory. | Yes | n/a |
recursive | Copy directories recursively?
Valid values: true, false
| No | false |
force | If an existing destination file cannot be opened, remove it and try again?
Valid values: true, false
| No | false |
preserve attributes | Preserve the specified attributes (mode, ownership, timestamps)?
Valid values: true, false
| No | false |
Workflow outputs – Perform Copy File
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |