Merge pull request #194 from Mic92/patch-6

smbclient
This commit is contained in:
Chris Lane 2014-12-29 21:35:40 -05:00
commit 3807aa5433
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>