Starting Point - Unable to connect with SMB1

Type your comment> @ponaba said:

Hi,

I am getting same error. what was the mistake that you corrected?

thanks!

You need to omit the -L from smbclient -N -L \\10.10.10.27\ command.

so you’d do:

smbclient -N -L \\\\10.10.10.27\\

then

smbclient -N \\\\10.10.10.27\\backups

should work then. get the file, then exit.

2 Likes