Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
ComputeResource | Input | string | Mandatory | The name of the remote computer to upload the file to. Allowed values: ['SCARF@STFC‘] |
TransactionID | Input | string | Mandatory | The transaction the file will be associated with |
RemoteFileName | Input | string | Mandatory | The name to save the file as on the remote computer. (Filename only; no path information) |
LocalFileName | Input | string | Mandatory | The full pathname (on the local machine) of the file to upload |
Uploads a file to the specified compute resource. Presumably, the file is a python script or input data necessary to run a Mantid algorithm on the remote compute resource.
For more details, see the remote job submission API docs.
Categories: Algorithms | Remote