💾 Archived View for freeshell.de › tldr › smbclient.gmi captured on 2023-11-04 at 12:52:07. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
FTP-like client to access SMB/CIFS resources on servers.
smbclient {//server/share}
smbclient {//server/share} --user {username}
smbclient {//server/share} --workgroup {domain} --user {username}
smbclient {//server/share} --user {username%password}
smbclient {//server/share} --directory {path/to/directory} --command "get {file.txt}"
smbclient {//server/share} --directory {path/to/directory} --command "put {file.txt}"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).