1
0
Fork 0
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:
Jeremy Liberman 2018-01-10 10:41:27 -06:00 committed by GitHub
parent 17d346e227
commit 49a2f7db76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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