nsuite - v1.0.1
    Preparing search index...

    Interface ParamsPutFiles

    interface ParamsPutFiles {
        files: PathPair[];
        options?: SSHPutFilesOptions;
        ssh: NodeSSH;
    }
    Index
    files: PathPair[]
    options?: SSHPutFilesOptions
    ssh: NodeSSH