felixlamgit
Results
1
comments of
felixlamgit
> Change `client.connect(smbUrl)` to `client.connect(servername, port)` The default port is 445, so if that it the port you can just use `client.connect(servername)` But the parameter you pass to connect needs...