node-lxd-sftp
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Node LXD SFTP

npm npm version typescript

Optional dependency for node-lxd wich adds SFTP support for better filesystem performance.

Installing

$ npm install --save node-lxd-sftp

Getting Started

You can include this module in to your own project, but it is made for my other module node-lxd as an optional dependency because of its increased size due to precompiled binaries.

var sftp = require("node-lxd-sftp");
sftp({
 serverCert: fs.readFileSync("./server.crt"),
 clientCert: fs.readFileSync("./cert.crt"),
 clientKey: fs.readFileSync("./key.key"),
 host: "https://192.168.2.63:8443/",
 instanceName: "ubuntu2204"
}).then(auth => {
    // this includes the listening address + credentials
    console.log(auth);
});

Readme

Keywords

none

Package Sidebar

Install

npm i node-lxd-sftp

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

109 MB

Total Files

18

Last publish

Collaborators

  • wolfogaming