Node-SMB / marsaud-smb2

SMB2 Client
53 stars 46 forks source link

feat(typedefs): readdir, stat, readFile #74

Closed svatal closed 3 years ago

svatal commented 3 years ago

As a typescript user, I've been unable to traverse directory structure with current typings, because neither the stat() command nor readdir() with stats:true option has been supported.

From the beforementioned changes, onnly the readdir has been tested with the runtime. Other changes are based only on the readme.