hirochachacha / go-smb2

SMB2/3 client library written in Go.
BSD 2-Clause "Simplified" License
350 stars 94 forks source link

DFS namespace #48

Open romanshevelev opened 3 years ago

romanshevelev commented 3 years ago

Hello! When I read smb resource fileInfos, err := fs.ReadDir(requestPath) on some paths I get "The contacted server does not support the indicated part of the DFS namespace." What`s the solution?

tooptoop4 commented 1 year ago

did u solve @romanshevelev ? similar to https://github.com/hirochachacha/go-smb2/issues/69

romanshevelev commented 1 year ago

yes, I used of samba client executable and os.Exec

ashutoshbhole-Druva commented 1 year ago

@romanshevelev I have implemented the DFS code. Kindly take a look at this PR: https://github.com/hirochachacha/go-smb2/pull/79 and do provide your suggestions.