/nodejs-scp-sync-to-local

Sync all files in a remote directory to local using scp (nodejs, eslint, jest, scp)

Primary LanguageJavaScriptMIT LicenseMIT

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

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