smbclient

This commit is contained in:
Jörg Thalheim 2014-12-24 12:13:29 +01:00
parent 603bc360c0
commit 2d67038188
1 changed files with 5 additions and 0 deletions

View File

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