1.5.0 • Published 2 years ago

auto-file-upload-plugin v1.5.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

auto-file-upload-plugin

install

npm i auto-file-upload-plugin

Usage

index.js

new AutoUploadPlugin({
  host: 'your remote host',
  username: 'your remote username',
  password: 'your remote password',
  remoteDirectory: 'your remote directory',
}),