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

char # in uri will cause error #34

Open zhangyanfei19881201 opened 4 years ago

zhangyanfei19881201 commented 4 years ago

if my windows share uri looks like this: smb://tom:tom@127.0.0.1/share_wx/Exchange/#Share/ /#Share/ will be ignored

HaukeMarquardt commented 4 years ago

Workaround: Replace all "#" in your string with "%23"