11.14.1 • Published 9 months ago

lite-ts-ssh2 v11.14.1

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
9 months ago

Version

代码

CommandBase - 命令

  • Ssh2Command - ssh2命令
const cfg: ConnectConfig;
const cmd: CommandBase = new Ssh2Command(cfg);

FileFactoryBase - 文件工厂

const cfg: ConnectConfig;
const fileFactory: FileFactoryBase = new Ssh2FileFactory(cfg);

IDirectory - 目录

  • Ssh2Directory - ssh2目录
const cfg: ConnectConfig;
const dir: IDirectory = new Ssh2Directory('路径', cfg);

IFile - 文件

  • Ssh2File - ssh2文件
const cfg: ConnectConfig;
const file: IFile = new Ssh2File('路径', cfg);
11.13.1

10 months ago

11.12.1

10 months ago

11.14.1

9 months ago

11.11.1

10 months ago

11.10.1

10 months ago

11.5.1

11 months ago

11.6.1

11 months ago

11.3.1

11 months ago

11.4.1

11 months ago

11.9.1

10 months ago

11.7.1

11 months ago

11.8.1

11 months ago

11.2.1

1 year ago

11.2.0

1 year ago

11.1.0

1 year ago

11.0.0

1 year ago