Socket
Socket
Sign inDemoInstall

ftp-upload-webpack-plugin

Package Overview
Dependencies
34
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ftp-upload-webpack-plugin

![npm](https://img.shields.io/npm/v/ftp-upload-webpack-plugin) ## 安装 ``` npm i ftp-upload-webpack-plugin -D ```


Version published
Weekly downloads
5
decreased by-16.67%
Maintainers
1
Install size
937 kB
Created
Weekly downloads
 

Readme

Source

ftp-upload-webpack-plugin

npm

安装

npm i ftp-upload-webpack-plugin -D

使用


interface FTPUploadWebpackPluginOptions {
    host: string,
    port: number,
    user: string,
    password: string,
    copyPath: string,
    uploadPath: string,
    cover?: boolean
}

const FTPUploadWebpackPlugin = require('ftp-upload-webpack-plugin')

new FTPUploadWebpackPlugin(options: FTPUploadWebpackPluginOptions)

选项

选项说明必填
hostftp地址
portftp端口
user用户名
password密码
copyPath本地路径
uploadPath需要上传的ftp路径
cover是否覆盖上传

FAQs

Last updated on 22 Sep 2020

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