# To display public shares on the server:
smbclient -L <host> -U%

# To connect to a share:
smbclient //<host>/<share> -U<user>%<password>
