[Index]
ssh:scp
A very basic SCP job. Copies a single file to or from
the remote host or both, or not at all if from and to are missing.
Property Summary
| connection |
The Remote Connection. |
| from |
The path of the file to copy from the remote. |
| name |
The name of the job. |
| remote |
The remote file name. |
| to |
The path of the file to copy to the remote. |
Property Detail
connection
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | Yes. |
The Remote Connection. This will be automatically
injected if this is the child of an ssh:cascade.
from
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
The path of the file to copy from the remote.
name
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The name of the job. Can be any text.
remote
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | Yes. |
The remote file name.
to
| Configured By | ELEMENT |
| Access | READ_WRITE |
| Required | No. |
The path of the file to copy to the remote.
(c) R Gordon Ltd 2005 - Present