smbclient: different 'workgroup/domain' example

This commit is contained in:
Bruno Bigras
2019-04-08 14:03:25 -04:00
committed by Agniva De Sarker
parent 5b04061571
commit c46e5c1d26

View File

@@ -10,6 +10,10 @@
`smbclient {{//server/share}} --user {{username}}` `smbclient {{//server/share}} --user {{username}}`
- Connect with a different workgroup:
`smbclient {{//server/share}} --workgroup {{domain}} --user {{username}}`
- Connect with a username and password: - Connect with a username and password:
`smbclient {{//server/share}} --user {{username%password}}` `smbclient {{//server/share}} --user {{username%password}}`