Home > @cjh1/sfapi > UtilitiesService > downloadFile
Download File Download a _small_ file from a NERSC system.
Signature:
downloadFile(machine: PublicHost, path: string, binary?: boolean): CancelablePromise<FileDownload>;
Parameter | Type | Description |
---|---|---|
machine | PublicHost | |
path | string | |
binary | boolean | (Optional) |
Returns:
CancelablePromise<FileDownload>
FileDownload Successful Response
ApiError