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

This commit is contained in:
Keefer
2022-10-20 18:06:18 -07:00
committed by GitHub
parent 8661fe0780
commit 01cc2fa872

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`