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 | ||
smbclient //smbserver/homes -U username | |||
=FAQ= | =FAQ= | ||
==protocol negotiation failed: NT_STATUS_CONNECTION_DISCONNECTED== | ==protocol negotiation failed: NT_STATUS_CONNECTION_DISCONNECTED== | ||
Try in smb.conf: | Try in smb.conf: | ||
max protocol = SMB2 | max protocol = SMB2 |
Revision as of 14: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