Skip to content

siakhooi/nodejs-scp-sync-to-local

Repository files navigation

scp-sync-to-local

  • SCP all files in remote directory to local directory

Status

GitHub GitHub issues GitHub closed issues GitHub top language GitHub language count GitHub repo size GitHub code size in bytes
test test test Coverage Status Coveralls
GitHub Workflow Status GitHub release (latest by date) deploy gpr GitHub all releases GitHub Release Date
GitHub Workflow Status npm deploy npm npm
npms.io (final) npms.io (final) npms.io (final) npms.io (final)
Generic badge Generic badge visitors

Install

npm install scp-sync-to-local [--save]

Usage

Quick Example

const scp = require("scp-sync-to-local");

var option = {
  host: "hostname",
  username: "yourUsername",
  password: "yourPassword",
  remotePath: "remotePath",
  localPath: "localPath",
};

scp.download(option);

Locations

Dependencies

Other Reference