-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

smbclient


> FTP-like client to access SMB/CIFS resources on servers.

More information.


Connect to a share (user will be prompted for password; `exit` to quit the session):

smbclient {//server/share}

Connect with a different username:

smbclient {//server/share} --user {username}

Connect with a different workgroup:

smbclient {//server/share} --workgroup {domain} --user {username}

Connect with a username and password:

smbclient {//server/share} --user {username%password}

Download a file from the server:

smbclient {//server/share} --directory {path/to/directory} --command "get {file.txt}"

Upload a file to the server:

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).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 19:55:42 2024