Getfile
this file can be used to retrieve a file from a component and place it in a storage identified on the runner side.
Required Attributes
uri
remotefile
The fullpath to the remote file relative to where the DTFA was started.
Usage Examples
Example #1
<getfile remotefile="build.xml" uri="storage://OUTPUT/build.copy1.xml" />
Example #2
<getfile remotefile="/etc/hosts" uri="storage://OUTPUT/hosts1" />