nsuite / ParamsPutDir
Interface: ParamsPutDir
Defined in: UtilsSSH.ts:75
Properties
fromPath
fromPath:
string
Defined in: UtilsSSH.ts:77
options?
optionaloptions?:SSHGetPutDirectoryOptions
Defined in: UtilsSSH.ts:79
ssh
ssh:
NodeSSH
Defined in: UtilsSSH.ts:76
toPath
toPath:
string
Defined in: UtilsSSH.ts:78
uploadCallback?
optionaluploadCallback?: (local,remote,error) =>void
Defined in: UtilsSSH.ts:80
Parameters
local
string
remote
string
error
Error | null
Returns
void