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})
v2023-08-11#0
Oct 9, 2023
All
sahlberg/libsmb2331
github.com/sahlberg/libsmb2
ff323de5ad
LGPL-2.1-or-later
Manifest