Skip to content

nsuite v2.2.1


nsuite / ParamsPutDir

Interface: ParamsPutDir

Defined in: UtilsSSH.ts:75

Properties

fromPath

fromPath: string

Defined in: UtilsSSH.ts:77


options?

optional options?: SSHGetPutDirectoryOptions

Defined in: UtilsSSH.ts:79


ssh

ssh: NodeSSH

Defined in: UtilsSSH.ts:76


toPath

toPath: string

Defined in: UtilsSSH.ts:78


uploadCallback?

optional uploadCallback?: (local, remote, error) => void

Defined in: UtilsSSH.ts:80

Parameters

local

string

remote

string

error

Error | null

Returns

void

Released under the Apache-2.0 License.