DownloadRemoteFile v1

../_images/DownloadRemoteFile-v1_dlg.png

DownloadRemoteFile dialog.

Table of Contents

Warning

DownloadRemoteFile is deprecated. Use DownloadRemoteFile version 2 instead.

Summary

Download a file from a remote compute resource.

Properties

Name Direction Type Default Description
ComputeResource Input string Mandatory The name of the remote computer holding the file
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.

Description

Download a file from a remote compute resource.

For more details, see the remote job submission API docs.

Categories: AlgorithmIndex | Remote | Deprecated

Source

C++ header: DownloadRemoteFile.h (last modified: 2020-03-20)

C++ source: DownloadRemoteFile.cpp (last modified: 2020-04-07)