2.1.0 • Published 5 years ago

sftp-cli v2.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

sftp-cli

Callback 版本 sftp-cli,依赖 ssh2-sftp-client

Install

npm install sftp-cli --save

Usage

const SftpCli = require('sftp-cli');

const client = new SftpCli(host, username, password, options);

client.connect(function() {
  client.list("/home/vagrant", function(err, result) {
    // do
  });
});
2.1.0

5 years ago

2.0.0

6 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago