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 =
smbclient -L somehost -U username
     
=FAQ=
==protocol negotiation failed: NT_STATUS_CONNECTION_DISCONNECTED==
Try in smb.conf:
max protocol = SMB2

Revision as of 16: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