Node-SMB / marsaud-smb2

SMB2 Client
53 stars 46 forks source link

Support `smb://` option #30

Open tracker1 opened 6 years ago

tracker1 commented 6 years ago

Support for smb://user:pass@host/share/basepath as an option for client creation.

tracker1 commented 6 years ago

note, the username and password should use encodeURIComponent and decodeURIComponent as the encoding methods to not conflict with the : and @ signs.