Registry / networking / libsmb2

libsmb2

JSON →
library6.2vcpkgunverified

SMB2/3 Userspace Client.

vcpkg install libsmb2
INSTALL
IMPORT
SIG · LIBSMB2
L
libsmb2
networkingcppv6.2
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/libsmb2.h
#include <smb2/libsmb2.h>

Initialize and destroy an SMB2 context.

#include <smb2/libsmb2.h> #include <stdio.h> int main() { struct smb2_context* smb2 = smb2_init_context(); if (!smb2) { fprintf(stderr, "Failed to initialize SMB2 context.\n"); return 1; } smb2_destroy_context(smb2); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libsmb2 — pip install libsmb2 · libregistry