libsmb2 v6.2
- Created
- Updated
SMB2/3 Userspace Client
# Usage
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}) # License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# krb5
SMB2/3 with krb5 support
Supports: linux | ios
- ✅ linux
- ❌ osx
- ❌ uwp
- ❌ windows
Host Dependencies:
one transitive dependency:
- vcpkg-cmake (by krb5 )
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- timmeh87 
- Billy O'Neal 
- Jack·Boos·Yu 
- Weihang Ding 
- Michael DOUBEZ