cheat-fork-echo/cheat/cheatsheets/smbclient

6 lines
151 B
Plaintext

# To display public shares on the server:
smbclient -L <hostname> -U%
# To connect to a share:
smbclient //<hostname>/<share> -U<username>%<password>