1.0.2 • Published 1 year ago

egg-sftp2 v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

egg-sftp2

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-sftp2 --save
or
$ pnpm add egg-sftp2

Usage

// {app_root}/config/plugin.js
exports.sftp = {
  enable: true,
  package: 'egg-sftp',
};

Configuration

// {app_root}/config/config.default.js
exports.sftp = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

Thanks

ssh2-sftp-client

License

MIT

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago