SAMBA windows file explorer code example
Example: connect to samba
# allgemein:
smbclient -L //Server
# Beispiele:
smbclient -L //notebook/
smbclient -L //192.168.1.111/
smbclient -N -L //notebook/
# allgemein:
smbclient -L //Server
# Beispiele:
smbclient -L //notebook/
smbclient -L //192.168.1.111/
smbclient -N -L //notebook/