2.0.0 • Published 4 years ago

egg-promise-ftp v2.0.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

egg-promise-ftp

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

Install

$ npm i egg-promise-ftp --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

2.0.0

4 years ago

1.0.0

4 years ago