I am new to Rust. I need help in connecting Samba/CIFS share and transfer files. Can somebody please help.
Thank you in advance.
I am new to Rust. I need help in connecting Samba/CIFS share and transfer files. Can somebody please help.
Thank you in advance.
if you are on windows, you can just leverage the operating system and use regular file system io in rust's standard library. this blog post is a good read:
I don't have experience of smb on other OSes, but searching "smb" on crates.io reveals many libraries for smb protocol.