smbclient -L \\\\10.10.10.10\\
smbclient \\\\10.10.10.10\\share
mask ""
recurse ON
prompt OFF
cd "path\to\remote\dir"
lcd "~/path/to/download/to/"
mget *
Resolution: On Kali, edit /etc/samba/smb.conf
Add the following under global:
client min protocol = CORE
client max protocol = SMB3