02-14-2021, 11:03 PM
Ok, thanks for posting the solution.
IIRC we tested vers=default a while back and it did not work in some of the cases we tried. In upcoming 7.1.0 release we are using nmap to query the NAS for which protocol version(s) it supports and then using highest version.
Heres the command
The output is parsed a bit more by some PHP code.
I'd be interested is seeing what you get for output.
-Tim
IIRC we tested vers=default a while back and it did not work in some of the cases we tried. In upcoming 7.1.0 release we are using nmap to query the NAS for which protocol version(s) it supports and then using highest version.
Heres the command
Code:
sudo apt-get install nmap
nmap HOST_NAME_OR_IP -p 139 --script smb-protocols |grep \|
The output is parsed a bit more by some PHP code.
I'd be interested is seeing what you get for output.
-Tim