mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 21:46:03 +02:00
smbclient: add --no-pass example (#8812)
This commit is contained in:
parent
8661fe0780
commit
01cc2fa872
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
||||||
- Upload a file to the server:
|
- Upload a file to the server:
|
||||||
|
|
||||||
`smbclient {{//server/share}} --directory {{path/to/directory}} --command "put {{file.txt}}"`
|
`smbclient {{//server/share}} --directory {{path/to/directory}} --command "put {{file.txt}}"`
|
||||||
|
|
||||||
|
- List the shares from a server anonymously:
|
||||||
|
|
||||||
|
`smbclient --list={{server}} --no-pass`
|
||||||
|
|
Loading…
Add table
Reference in a new issue