SMB2/3 Userspace Client
Run the following Vcpkg command to install the port.
vcpkg install libsmb2
libsmb2 can be used from CMake via:
find_package(SMB2 REQUIRED) target_include_directories(main PRIVATE ${SMB2_INCLUDE_DIRS}) target_link_libraries(main PRIVATE ${SMB2_LIBRARIES})
SMB2/3 with krb5 support
v6.2#0
Jan 7, 2025
All
sahlberg/libsmb2
github.com/sahlberg/libsmb2
138e763c27
LGPL-2.1-or-later
Manifest