smbclient: add --no-pass example (#8812)

pull/1/head
Keefer 2022-10-20 18:06:18 -07:00 committed by GitHub
parent 8661fe0780
commit 01cc2fa872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@
- Upload a file to the server:
`smbclient {{//server/share}} --directory {{path/to/directory}} --command "put {{file.txt}}"`
- List the shares from a server anonymously:
`smbclient --list={{server}} --no-pass`