Skip to content

nsuite v2.2.1


nsuite / sshGetDirectory

Function: sshGetDirectory()

sshGetDirectory(payload): Promise<boolean>

Defined in: UtilsSSH.ts:189

Downloads a remote directory to a local directory.

Parameters

payload

ParamsSSHGetDir

The connected client, local destination, and remote source.

Returns

Promise<boolean>

Whether the directory transfer completed successfully.

Released under the Apache-2.0 License.