Smbclient
From DWIKI
Examples
smbclient -L somehost -U username
smbclient //smbserver/homes -U username
FAQ
protocol negotiation failed: NT_STATUS_CONNECTION_DISCONNECTED
Try in smb.conf:
max protocol = SMB2
smbclient -L somehost -U username
smbclient //smbserver/homes -U username
Try in smb.conf:
max protocol = SMB2