Commit 64ab18d1 authored by Fabrice Marsaud's avatar Fabrice Marsaud

Merge remote-tracking branch 'upstream/master'

Conflicts:
	README.md
	package.json
parents 3a49647c 24e907f8
......@@ -168,6 +168,10 @@ smb2Client.createWriteStream('path\\to\\the\\file', function (err, readStream) {
### smb2Client.ensureDir ( path, callback )
Ensures that the directory exists. If the directory structure does not exist, it is created.
## Contributors
- [Benjamin Chelli](https://github.com/bchelli)
- [Fabrice Marsaud](https://github.com/marsaud)
## References
The[MS-SMB2]: Server Message Block (SMB) Protocol Versions 2 and 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment