egg-pureftp
v1.0.6
Published
simple wrapper
Downloads
1
Readme
egg-pureftp
Install
$ npm i egg-pureftp --save
Usage
// {app_root}/config/plugin.js
exports.pureftp = {
enable: true,
package: 'egg-pureftp',
};
Configuration
// {app_root}/config/config.default.js
exports.pureftp = {
client:{
host:'',
user:'',
password:''
}
};