Registry / networking / hirochachacha-go-smb2

hirochachacha-go-smb2

JSON →
library1.1.0gogounverified

Go implementation of SMB2 protocol for file sharing.

go get github.com/hirochachacha/go-smb2
INSTALL
IMPORT
SIG · HIROCHACHACHA-GO-S
H
hirochachacha-go-smb2
networkinggov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

smb2
github.com/hirochachacha/go-smb2

Connect to an SMB2 server.

package main import ( "fmt" "github.com/hirochachacha/go-smb2" ) func main() { conn, err := smb2.Dial("server:445", "username", "password") if err != nil { panic(err) } defer conn.Logoff() fmt.Println("Connected to SMB2 server") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hirochachacha-go-smb2 — go get hirochachacha-go-smb2 · libregistry