3.0.0 • Published 4 years ago

autostructure v3.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

const uploadClass = require('autostructure') const path = require('path') new uploadClass({ title: 'testPublish', host: '175.24.84.10', // required character port: 22, // default port is 22 username: 'root', // your sftp account password: '**',// your sftp account localPath: path.resolve(__dirname, './', 'file'), // folder in local path path: '/home/test' // server path })

1.2.0

4 years ago

1.1.0

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.3.0

4 years ago

1.0.0

4 years ago