1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 13:06:00 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`