smbclient: corrections from peer review
This commit is contained in:
@@ -2,10 +2,14 @@
|
|||||||
|
|
||||||
> FTP-like client to access SMB/CIFS resources on servers.
|
> FTP-like client to access SMB/CIFS resources on servers.
|
||||||
|
|
||||||
- Connect to a share (`exit` to quit the session):
|
- Connect to a share (user will be prompted for password; `exit` to quit the session):
|
||||||
|
|
||||||
`smbclient {{//server/share}}`
|
`smbclient {{//server/share}}`
|
||||||
|
|
||||||
|
- Connect with a different username:
|
||||||
|
|
||||||
|
`smbclient {{//server/share}} --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}}`
|
||||||
|
Reference in New Issue
Block a user