scp-sync-to-local

0.15.1 • Public • Published

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

/scp-sync-to-local/

    Package Sidebar

    Install

    npm i scp-sync-to-local

    Weekly Downloads

    17

    Version

    0.15.1

    License

    MIT

    Unpacked Size

    68.9 kB

    Total Files

    25

    Last publish

    Collaborators

    • siakhooi