smb-rs: SMB2 client in rust

file-sharing linux macos rust smb smb-rs smb2 smb3 windows
1 Open Issue Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The user is attempting to set fine-grained file permissions (read/write/execute for one user, read/execute for others) on a file or folder using the library's `set_security_info` method. They are struggling to construct the `SecurityDescriptor` argument required by the API to achieve these specific access control settings, indicating a lack of clear guidance or helper functions for this complex task.

Complexity: 4/5
help wanted question protocol

smb-rs: SMB2 client in rust

Rust
#file-sharing#linux#macos#rust#smb#smb-rs#smb2#smb3#windows