Table of Contents
Warning
DownloadRemoteFile is deprecated. Use DownloadRemoteFile version 2 instead.
Name | Direction | Type | Default | Description |
---|---|---|---|---|
ComputeResource | Input | string | Mandatory | The name of the remote computer holding the file. Allowed values: ['SCARF@STFC‘] |
TransactionID | Input | string | Mandatory | The ID of the transaction that owns the file |
RemoteFileName | Input | string | Mandatory | The name of the file on the remote machine. (Filename only; no path) |
LocalFileName | Input | string | Mandatory | The full pathname on the local machine where the downloaded file should be saved. |
Download a file from a remote compute resource.
For more details, see the remote job submission API docs.
Categories: Algorithms | Remote | Deprecated
C++ source: DownloadRemoteFile.cpp (last modified: 2016-12-19)
C++ header: DownloadRemoteFile.h (last modified: 2016-12-19)