Skip to content

nsuite v2.2.1


nsuite / sshPutFile

Function: sshPutFile()

sshPutFile(payload): Promise<void>

Defined in: UtilsSSH.ts:215

Uploads one local file through SFTP.

Parameters

payload

ParamsSSHGetFile

The connected client, source, destination, and SFTP options.

Returns

Promise<void>

A promise that resolves when the remote file is written.

Released under the Apache-2.0 License.