Smbclient: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
*[http://tldp.org/HOWTO/SMB-HOWTO-8.html Accessing an SMB Share With Linux Machines]
*[http://tldp.org/HOWTO/SMB-HOWTO-8.html Accessing an SMB Share With Linux Machines]


=Examples=
 
= Examples =
 
  smbclient -L somehost -U username
  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

Revision as of 15:36, 14 February 2022


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