SMB client example for esp-idf
SMB client example for esp-idf.
“SMB (Server Message Block)” is a standard file sharing protocol in Windows networks.
You can access Windows shared folder from esp32.
This project use SMB2/3 userspace client.
ESP-IDF V5.0 or later.
ESP-IDF V4.4 release branch reached EOL in July 2024.
git clone https://github.com/nopnop2002/esp-idf-smb-client
cd esp-idf-smb-client
git clone https://github.com/sahlberg/libsmb2 -b libsmb2-6.2 components/libsmb2
cp esp-idf/CMakeLists.txt components/libsmb2/
cd smb2-ls
idf.py set-target {esp32/esp32s2/esp32s3/esp32c2/esp32c3/esp32c6}
idf.py menuconfig
idf.py flash
You have to set this config value with menuconfig.
When a password is required to access the shared folder.
Specify the SMB Host in one of the following formats.
smb2-ls
Shared directory file list
smb2-cat
Read from a file in a shared directory
smb2-put
Write to a file in a shared directory
smb2-stat
Obtain file information in a shared directory
smb2-mkdir
Create directory in a shared directory
You can check the services provided by the host using smbclient.
$ smbclient -L LANDISK-HDL-AA1.local -U admin
Enter WORKGROUP\admin's password:
Sharename Type Comment
--------- ---- -------
LAN DISK Log Disk HDL-AA Share for Log files
disk1 Disk HDL-AA RAID share
IPC$ IPC IPC Service (HDL-AA series)
SMB1 disabled -- no workgroup available