RemoteThreadJob.check_output (function)


def check_output(self, server_path=None, local_path='./')

Attempt to copy a file(s) back from the remote server.

Arguments

  • server_path (string or list or None, optional, default=None): path(s) (relative to directory) on the server of the file(s) to retrieve. If not provided or None, will default to RemoteThreadJob.output_files. See also: RemoteThreadJob.ls or RemoteThreadJob.job_files for a full list of available files on the remote server.
  • local_path (string, optional, default="./"): local path to copy the retrieved file.

Returns

  • (list) list of retrieved files