Socket
Socket
Sign inDemoInstall

fis3-deploy-sftp-client

Package Overview
Dependencies
14
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fis3-deploy-sftp-client

It is a deploy files tool from sftp client based on ssh2


Version published
Maintainers
1
Created

Readme

Source

fis3-deploy-sftp-client

Latest NPM release

It is a fis3 deploy files plugin based on ssh2

Defaults

{
    host: "",
    port: 22,
    username: '',
    password: '',
    /* filter by fis release path  */
    from: '',
    /* remote linux path */
    to: '',
    cache: true
}

Install

npm install [-g] fis3-deploy-sftp-client

use

fis.match('*', {
    deploy: fis.plugin('sftp-client', {
        from: ['/resource/static', '/view'],
        to: ['/test2/a', '/test2/b'],
        host: '10.134.xx.xxx',
        username: 'root',
        password: 'xxx3'
    })
})

Keywords

FAQs

Last updated on 02 Mar 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc