1.0.3 • Published 3 years ago

sshpublish v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

SSHPublish

基于SSH的发布工具

用法:

let ssh = require("./SSHPublish");
 
let res = new ssh({
  host: "0.0.0.0",
  account: "root",
  password: "xxxx",
}).fastPut({
  localPath: "./",
  remotePath: "/home/test/",
  fileName: "test.zip",
});
1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago