cheat-fork-echo/cheat/cheatsheets/smbclient
Jörg Thalheim 2d67038188 smbclient
2014-12-24 12:13:29 +01:00

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>