mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +01:00
6 lines
151 B
Plaintext
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>
|