ume05rw / SharpCifs.Std

SharpCifs.Std is a port from SharpCifs to .NET Standard. Original SharpCifs: https://github.com/zinkpad/SharpCifs
GNU Lesser General Public License v2.1
86 stars 34 forks source link

SharpCifs.Smb.SmbException : This client does not support the negotiated dialect. #41

Open bonnlee2016 opened 3 years ago

bonnlee2016 commented 3 years ago

hello, everyone

I tried to connect to the target file,using new SmbFile("smb://{userName}:{password}@{serverIp}/{shareName}").
The test was successful two weeks ago and failed today.

What is the reason for this anomaly.

Error description: SharpCifs.Smb.SmbException : Failed to connect, 0.0.0.0<00>/192.168.1.20 [ 192.168.1.16:62452 --> 192.168.1.20:445 ] ---- SharpCifs.Util.Transport.TransportException : This client does not support the negotiated dialect. -------- SharpCifs.Util.Transport.TransportException : This client does not support the negotiated dialect. ------------ SharpCifs.Smb.SmbException : This client does not support the negotiated dialect.

Thank U.

tomwimmenhove commented 1 day ago

bump

I'm having the same issue.