egg-promise-ftp
v2.0.0
Published
egg ftp
Readme
egg-promise-ftp
Install
$ npm i egg-promise-ftp --saveUsage
// {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.
