[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 ByELEMENT
AccessREAD_WRITE
RequiredYes.

The Remote Connection. This will be automatically injected if this is the child of an ssh:cascade.

from

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

The path of the file to copy from the remote.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The name of the job. Can be any text.

remote

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

The remote file name.

to

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

The path of the file to copy to the remote.


(c) R Gordon Ltd 2005 - Present