Categorygithub.com/LeakIX/veeam-ds-client
modulepackage
0.2.0
Repository: https://github.com/leakix/veeam-ds-client.git
Documentation: pkg.go.dev

# README

Veeam Distribution Service Golang Client

This library provides a net.Conn abstraction to a Veeam compressed connection trough NNS.

ntlmsspClient, err := ntlmssp.NewClient(ntlmssp.SetCompatibilityLevel(1), ntlmssp.SetUserInfo("", ""))
if err != nil {
    return nil, err
}
nnsConn, err := nns.DialNTLMSSP(addr, ntlmsspClient, 5*time.Second)
if err != nil {
    return nil, err
}
conn := veeam.WrapConnection(nnsConn)

An example to download files can be found in cmd/veeamdl

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author