mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
smbclient: corrections from peer review
This commit is contained in:
parent
17d346e227
commit
49a2f7db76
1 changed files with 5 additions and 1 deletions
|
@ -2,10 +2,14 @@
|
|||
|
||||
> 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}}`
|
||||
|
||||
- Connect with a different username:
|
||||
|
||||
`smbclient {{//server/share}} --user {{username}}`
|
||||
|
||||
- Connect with a username and password:
|
||||
|
||||
`smbclient {{//server/share}} --user {{username%password}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue