Socket
Socket
Sign inDemoInstall

webpack-sftp-upload

Package Overview
Dependencies
23
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    webpack-sftp-upload

A plugin used to upload files with webpack.


Version published
Weekly downloads
1
Maintainers
1
Install size
4.03 MB
Created
Weekly downloads
 

Readme

Source

webpack-sftp-client

Introduction

A plugin for webpack as an sftp client.

Forked from sqhtiamo. Resolves an issue where you cannot instantiate the plugin twice to upload two different files to two different directories.

Installation

npm install webpack-sftp-client

Usage

var WebpackSftpClient = require('webpack-sftp-client');

new WebpackSftpClient({
    port: '22',
    host: 'exmaple.com',
    username: 'root',
    password: 'password',
    path: './build/',
    remotePath: '/data/website/demo/'
})

Keywords

FAQs

Last updated on 05 Sep 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