@stifani/smb2
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

@stifani/smb2

A SMB2 implementation in TypeScript.

Github Version NPM Version NPM Downloads License

Installation

$ npm i @stifani/smb2

Usage

import smb2 from "@stifani/smb2";

const client = new smb2.Client(host);
const session = await client.authenticate({
  domain,
  username,
  password
});
const tree = await session.connectTree(share);

const entries = await tree.readDirectory("/");
console.log(entries);

Features

Client

  • watch shares for file and directory changes
  • create, read & remove & rename files
  • create, list & remove & rename directories
  • check directory/file exists

WIP

  • SMB
  • Server

License

MIT

Dependents (0)

Package Sidebar

Install

npm i @stifani/smb2

Weekly Downloads

17

Version

0.3.0

License

MIT

Unpacked Size

169 kB

Total Files

143

Last publish

Collaborators

  • ardean