Smbclient: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
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
     
=FAQ=
==protocol negotiation failed: NT_STATUS_CONNECTION_DISCONNECTED==
Try in smb.conf:
max protocol = SMB2

Revision as of 17:20, 10 November 2021

Examples

smbclient -L somehost -U username
      

FAQ

protocol negotiation failed: NT_STATUS_CONNECTION_DISCONNECTED

Try in smb.conf:

max protocol = SMB2