\(\renewcommand\AA{\unicode{x212B}}\)

UploadRemoteFile v1

../_images/UploadRemoteFile-v1_dlg.png

UploadRemoteFile dialog.

Table of Contents

Warning

UploadRemoteFile is deprecated. Use UploadRemoteFile version 2 instead.

Summary

Uploads a file to the specified compute resource.

Properties

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

Description

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: AlgorithmIndex | Remote | Deprecated

Source

C++ header: UploadRemoteFile.h (last modified: 2021-03-31)

C++ source: UploadRemoteFile.cpp (last modified: 2021-03-31)