smbclient: corrections from peer review

This commit is contained in:
Jeremy Liberman
2018-01-10 10:41:27 -06:00
committed by GitHub
parent 17d346e227
commit 49a2f7db76

View File

@@ -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}}`