nsuite / sshGetFile
Function: sshGetFile()
sshGetFile(
payload):Promise<void>
Defined in: UtilsSSH.ts:203
Downloads one remote file through SFTP.
Parameters
payload
The connected client, source, destination, and SFTP options.
Returns
Promise<void>
A promise that resolves when the file is written locally.