fs.smbfs icon indicating copy to clipboard operation
fs.smbfs copied to clipboard

fs.smbfs.SMBFS init fails due to share list request

Open bjudkewitz opened this issue 2 years ago • 1 comments

The host I work with refuses to list the shares, so fs.smbfs.SMBFS init fails because it asks for said list (in https://github.com/althonos/fs.smbfs/blob/master/fs/smbfs/smbfs.py#L276)

Does fs.smbfs.SMBFS have to request the share list upon init? I know the name of the share I am interested in, so this request unnecessarily breaks functionality for me.

bjudkewitz avatar Sep 09 '22 08:09 bjudkewitz

I don't think it does, I'm trying a patch that doesn't scan shares unless absolutely required. If that works, I'll push a new release. (sorry about the delay).

althonos avatar Nov 02 '22 11:11 althonos