sfapi-ts

Home > @cjh1/sfapi > UtilitiesService > downloadFile

UtilitiesService.downloadFile() method

Download File Download a _small_ file from a NERSC system.

Signature:

downloadFile(machine: PublicHost, path: string, binary?: boolean): CancelablePromise<FileDownload>;

Parameters

Parameter Type Description
machine PublicHost  
path string  
binary boolean (Optional)

Returns:

CancelablePromise<FileDownload>

FileDownload Successful Response

Exceptions

ApiError