SMBclient

Overview

Resources

Install

Usage

smbclient -h

List available Shares

smbclient -L <ip> -U <user>

Connect to an SMB Share

smbclient -U <user> \\\\<ip>\\<SHARENAME>

Last updated